/* ============================================================
   Fire Breathing Blowfish — Webfonts
   Display: "Giant Head" — the team's signature chunky rounded
     retro-groovy face (ships as two cuts, regular + "two").
   Text/UI: "Fredoka" — a rounded, warm, highly legible companion
     used at smaller sizes so body/labels stay readable while
     keeping the friendly FBBF character. Loaded from Google Fonts.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "Giant Head";
  src: url("../../fonts/giant_head_regular_tt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Giant Head Two";
  src: url("../../fonts/giant_head_two_tt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
