@font-face {
  font-family: "FishTitle";
  src: url("../fonts/Unbounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FishKicker";
  src: url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-title: "FishTitle", Arial, Helvetica, sans-serif;
  --font-kicker: "FishKicker", Arial, Helvetica, sans-serif;
}