/* ==========================================================================
   Self-hosted webfonts.
   Nothing is fetched from Google or any CDN — patient browsers only ever
   talk to this domain. Files live in assets/fonts/.
   Inter (OFL) · Source Serif 4 (OFL)
   ========================================================================== */

/* Latin subset covers everything on this site. */
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/inter/inter-latin-400-normal.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;
  src:url("../fonts/inter/inter-latin-500-normal.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/inter/inter-latin-600-normal.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;
  src:url("../fonts/inter/inter-latin-700-normal.woff2") format("woff2");}

/* Source Serif 400 is intentionally absent — headings use 600 and 700 only,
   so shipping the regular weight would be 21 KB nobody downloads. */
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/serif/source-serif-4-latin-600-normal.woff2") format("woff2");}
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;
  src:url("../fonts/serif/source-serif-4-latin-700-normal.woff2") format("woff2");}

/* Source Serif 4 italic — used for the accent word in the homepage headline.
   Drop source-serif-4-latin-600-italic.woff2 into assets/fonts/serif/.
   Until it is present the browser falls back to a system serif italic. */
@font-face{
  font-family:"Source Serif 4";
  font-style:italic;
  font-weight:600;
  font-display:swap;
  src:url("../fonts/serif/source-serif-4-latin-600-italic.woff2") format("woff2");
}
