/* Self-hosted variable fonts. Generated by finalize_fonts.py.
 *
 * Replaces the render-blocking fonts.googleapis.com stylesheet. Motive was
 * CLS: with display=swap on a cross-origin stylesheet the browser painted a
 * fallback first, and Quicksand's wider metrics re-wrapped the hero H1 from
 * 132px to 223px tall, measuring 0.29 CLS on the homepage.
 *
 * Now: same origin, preloaded in app/layout.tsx for the latin subset, and
 * the two *_Fallback faces below are metric-matched to Arial so a late swap
 * cannot change the line count.
 *
 * These are variable fonts, so one file per family+subset serves the whole
 * weight range. Do not split them back out into per-weight files. */
@font-face{
  font-family:'Quicksand';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('/fonts/Quicksand.latin.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Quicksand';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('/fonts/Quicksand.latin-ext.woff2') format('woff2-variations');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('/fonts/Inter.latin.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('/fonts/Inter.latin-ext.woff2') format('woff2-variations');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Metric-matched fallbacks: Arial adjusted to occupy the same box as the
   real face, so text does not re-wrap when the webfont lands. */
@font-face{
  font-family:'Quicksand Fallback';
  src:local('Arial');
  ascent-override:95.5%;
  descent-override:24.5%;
  line-gap-override:0%;
  size-adjust:102.5%;
}
@font-face{
  font-family:'Inter Fallback';
  src:local('Arial');
  ascent-override:90%;
  descent-override:22.4%;
  line-gap-override:0%;
  size-adjust:107%;
}

/* Albert Sans: the heading face. Applied to every h1-h6 with
   !important in critical.css, so this is the font that decides hero
   line count. Preloaded in app/layout.tsx. */
@font-face{
  font-family:'Albert Sans';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('/fonts/AlbertSans.latin-ext.woff2') format('woff2-variations');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family:'Albert Sans';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('/fonts/AlbertSans.latin.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Albert Sans Fallback';
  src:local('Arial');
  ascent-override:94%;
  descent-override:24%;
  line-gap-override:0%;
  size-adjust:101%;
}
