/* Self-hosted webfonts for cfofoundry.io — two faces plus a cameo, no italics.
   ACTIVE since 2 August 2026. The .woff2 binaries sit alongside this file and
   nothing on the site is fetched from Google any more.

   The type system as of 1 Aug 2026:
     body, headings, UI → DM Sans (headings at 400, no tracking)
     .about-hero-* only → Inter + Cormorant Garamond 400 (the syrousabtine.com
                          identity, quoted deliberately inside index*.html)
     .mono             → system monospace, no webfont

   Still outstanding, and it is a legal step, not a cosmetic one:
     Delete the Google Fonts section from privacy.html and privacy-de.html —
     the disclosure describes a transfer that no longer happens. */

/* ---- DM Sans — body copy and all UI ---- */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;
  src:url('dm-sans-400.woff2') format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;
  src:url('dm-sans-500.woff2') format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;font-display:swap;
  src:url('dm-sans-600.woff2') format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;font-display:swap;
  src:url('dm-sans-700.woff2') format('woff2')}

/* ---- Inter — the About-Syrous block on index*.html only ---- */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;
  src:url('inter-400.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;
  src:url('inter-500.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;
  src:url('inter-600.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;
  src:url('inter-700.woff2') format('woff2')}

/* ---- Cormorant Garamond — that block's heading, one weight ---- */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;
  src:url('cormorant-garamond-400.woff2') format('woff2')}
