/* Self-hosted fonts (DESIGN-SYSTEM §2: no third-party font requests).
   Files live in aff-child/fonts/. Font CHOICE per site comes from
   variables.css (--font-display / --font-body); this file only declares
   the families the fleet hosts. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700; /* variable font */
  font-display: swap;
  src: url('fonts/inter-var.woff2') format('woff2');
}

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