/* @import url('https://fonts.cdnfonts.com/css/gotham-rounded');

input::placeholder{
    font-weight: 300;
} */
/* @font-face {
    font-family: "Gotham Rounded";
    src: url(./assets/fonts/gotham-rounded/GothamRoundedBold_21016.ttf);
    font-weight: 800;
  }
  @font-face {
    font-family: "Gotham Rounded";
    src: url(./assets/fonts/gotham-rounded/GothamRoundedLight_21020.ttf);
    font-weight: 400;
  }
  @font-face {
    font-family: "Gotham Rounded";
    src: url(./assets/fonts/gotham-rounded/GothamRoundedMedium_21022.ttf);
    font-weight: 600;
  } */
.tooltip-cus{
    background: red;
}