/* ============================================================
   TDS Contractors — Self-hosted fonts
   ----------------------------------------------------------
   Display: Newsreader (Production Type / Google Fonts, OFL)
     Variable font, axes: opsz 6..72, wght 200..800. Italic in
     a separate file. We ship the LATIN subset only.
     Editorial / newspaper register — distinctly *not* the
     Source Serif 4 + Inter pairing that has become the AI-default
     "tasteful brand" combo of 2024-25. Picked because it carries
     the longform / read-this-carefully feel of an actual local
     trade publication, which fits a 27-year residential GC's
     positioning better than a SaaS-press serif.

   Body: Public Sans (US Web Design System, OFL)
     Variable font, axis: wght 100..900. LATIN subset only.
     Quiet, regulatory, neutral. Reads "we are not a marketing
     team" — appropriate for a license-and-statute heavy site.

   ----------------------------------------------------------
   DO NOT REVERT TO Source Serif 4 + Inter without a brand
   reason. Those defaults were swapped *deliberately* in
   May 2026 because the prior pairing was reading as Anthropic-
   coded. See description.md §12 for the rationale.
   ============================================================ */

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/newsreader-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;
}

@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/newsreader-italic-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;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/public-sans-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;
}
