/* Self-hosted webfonts for syrousabtine.com — Inter + Cormorant Garamond, latin subset.
   Replaces the Google Fonts <link>, which transmitted every visitor's IP to
   Google. Nothing on the site now fetches from a third party.

   Weights: 400 (implicit body default), 500, 600. Weight 700 was dropped in the Aug 2026 redesign; nothing declares it any more. Weight 300 was requested
   by the old Google URL but is declared nowhere in the CSS, so it is not shipped.
   No italics — none are declared anywhere on the site.

   Total 192 KB, cached after the first page. */

/* ---- Inter — body copy, UI, most headings ---- */
@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')}

/* ---- Cormorant Garamond — display serif ---- */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;
  src:url('cormorant-garamond-400.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;
  src:url('cormorant-garamond-500.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;
  src:url('cormorant-garamond-600.woff2') format('woff2')}

/* ---- DM Sans — the CFO Foundry section only, so it reads like cfofoundry.io ---- */
@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:600;font-display:swap;
  src:url('dm-sans-600.woff2') format('woff2')}
