/* Self-hosted fonts — no external requests, no cookies, no third-party tracking.
   Archivo is the variable font (weight 100–900 + width 62–125%); the site renders
   "Archivo Expanded" headings from it via font-stretch:125%. */

@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:100 900;
  font-stretch:62% 125%;
  font-display:swap;
  src:url(fonts/archivo-latin-standard-normal.woff2) format('woff2');
}

@font-face{
  font-family:'Newsreader';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url(fonts/newsreader-latin-400-italic.woff2) format('woff2');
}

@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal; font-weight:500;
  font-display:swap;
  src:url(fonts/cormorant-garamond-latin-500-normal.woff2) format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal; font-weight:600;
  font-display:swap;
  src:url(fonts/cormorant-garamond-latin-600-normal.woff2) format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal; font-weight:700;
  font-display:swap;
  src:url(fonts/cormorant-garamond-latin-700-normal.woff2) format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic; font-weight:500;
  font-display:swap;
  src:url(fonts/cormorant-garamond-latin-500-italic.woff2) format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic; font-weight:600;
  font-display:swap;
  src:url(fonts/cormorant-garamond-latin-600-italic.woff2) format('woff2');
}
