/* ============================================================
   Snowball Studio — Webfonts
   Neurial Grotesk Regular (single licensed weight).
   NOTE: only the Regular .otf was provided. Medium/Bold are
   mapped to Regular until those weights are licensed/supplied.
   ============================================================ */
@font-face {
  font-family: "Neurial Grotesk";
  src: url("../assets/fonts/NeurialGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Map heavier requests onto Regular so layouts never fall back
   to a system bold that breaks the brand voice. */
@font-face {
  font-family: "Neurial Grotesk";
  src: url("../assets/fonts/NeurialGrotesk-Regular.otf") format("opentype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
