/* ============================================================
   EBONYFINDOM — Self-hosted fonts (latin subset)
   No third-party requests. The Archivo + Space Mono files are
   identical to the ones shipped in the Ghost theme; Cormorant
   Garamond is landing-only (the blog reads in Spectral).
   ------------------------------------------------------------
   Archivo is one variable file carrying weight (100–900) and
   width (62%–125%). "Archivo Expanded" is the same file pinned
   to 125% width — no second download.
   ============================================================ */

/* Archivo — body / interface (variable: wght + wdth) */
@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-latin-wdth-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}

/* Archivo Expanded — display (same file, width pinned to 125%) */
@font-face {
  font-family: 'Archivo Expanded';
  src: url('fonts/archivo-latin-wdth-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 125%;
  font-style: normal;
  font-display: swap;
}

/* Space Mono — labels, metadata, technical detail */
@font-face {
  font-family: 'Space Mono';
  src: url('fonts/space-mono-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('fonts/space-mono-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Cormorant Garamond — the landing's serif accent voice */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-500-italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
