/* =============================================================
   Admiral Pool Service — Self-hosted fonts

   Replaces the external Google Fonts <link> tag.
   Eliminates 2 DNS lookups + 2 connection setups on every page load.

   FILES INCLUDED:
   - BebasNeue-Regular.woff2 (8.4 KB)
   - NunitoSans-Variable.woff2 (49 KB — normal, latin)
   - NunitoSans-Variable-Italic.woff2 (47 KB — italic, latin)

   TOTAL: ~105 KB (served from your own Vercel CDN)
   ============================================================= */

/* Bebas Neue — Headings */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/BebasNeue-Regular.woff2') format('woff2');
  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;
}

/* Nunito Sans — Body (variable weight 300-900) */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/NunitoSans-Variable.woff2') format('woff2');
  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;
}

/* Nunito Sans Italic — Body italic (variable weight 300-900) */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 300 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/NunitoSans-Variable-Italic.woff2') format('woff2');
  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;
}
