/* Inter */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Inter italic */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Quicksand */
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand/Quicksand-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* Sweety Strawberry */
@font-face {
  font-family: "Sweety Strawberry";
  src: url("../fonts/Sweety Strawberry/Sweety Strawberry TTF.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Gotham Rounded */

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_bookitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_lightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_mediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/Gotham Rounded/gothamrnd_bolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
