/* Ax0s vendored brand fonts — self-hosted, no external requests.
   Latin subsets pulled from Google Fonts (OFL) 2026-07-14:
   Archivo v25 (variable wght 100–900, wdth 62–125), Instrument Serif v5
   (roman + italic), Spline Sans Mono v13 (variable wght 300–700).
   These back the "Ink & Ledger" type system declared in v2-ledger.css so the
   display width axis (font-stretch) and the serif/mono voices render as designed
   rather than falling back to system fonts. */

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

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/instrument-serif-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/instrument-serif-italic-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Spline Sans Mono';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/spline-sans-mono-latin-var.woff2') format('woff2');
}
