/* ============================================================
   QUEEN LIA REGINA — Self-hosted fonts (latin subset)
   No third-party font requests. Keep this file in sync with
   the copy used on the EbonyFindom landing page.
   ------------------------------------------------------------
   Archivo is a single variable file carrying both the weight
   axis (100–900) and the width axis (62%–125%). The
   "Archivo Expanded" family below 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;
}

/* Spectral — article body, pull quotes, the reading register */
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-latin-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-latin-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
