@font-face {
  font-family: "Vanilla Whale";
  src: url("../fonts/vanilla_whale/VanillaWhale.woff2") format("woff2"),
       url("../fonts/vanilla_whale/Vanilla%20Whale.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-VariableFont_wght.woff2") format("woff2"),
       url("../fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Italic-VariableFont_wght.woff2") format("woff2"),
       url("../fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bleeding Cowboys";
  src: url("../fonts/bleeding_cowboys/BleedingCowboys.woff2") format("woff2"),
       url("../fonts/bleeding_cowboys/Bleeding_Cowboys.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
