/* EXRE — embedded brand fonts (mirrors the EXRE design system, July 2026)
   Archivo (Expanded) → primary display headlines (open source, embedded)
   Agrandir Wide       → secondary headlines (licensed, embedded)
   Montserrat          → body (open source, embedded)
   Monument Extended retired July 2026 — Archivo is the headline face of record.
   'ArchivoVF' stays as a legacy alias pointing at the same Archivo binary. */

/* ---- Archivo (display) — variable width 62–125%, weight 100–900 ---- */
@font-face {
  font-family: 'Archivo';
  src: url('assets/fonts/ArchivoVF.woff2') format('woff2');
  font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
}
/* ---- ArchivoVF (legacy alias → same binary as 'Archivo') ---- */
@font-face {
  font-family: 'ArchivoVF';
  src: url('assets/fonts/ArchivoVF.woff2') format('woff2');
  font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
}
/* ---- Agrandir Wide (secondary headline) ---- */
@font-face {
  font-family: 'Agrandir Wide';
  src: url('assets/fonts/AgrandirWide-Light.otf') format('opentype');
  font-weight: 100 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Agrandir Wide';
  src: url('assets/fonts/AgrandirWide-BlackItalic.otf') format('opentype');
  font-weight: 800 900; font-style: italic; font-display: swap;
}
/* ---- Montserrat (body) ---- */
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/Montserrat.woff2') format('woff2');
  font-weight: 100 900; font-stretch: 75% 125%; font-style: normal; font-display: swap;
}
