/* Aero Pas fonts — self-hosted (v2 Phase 0b). Client egress is PAS origin
   only: no Google Fonts, ever. S141 (Sir, 24 Sep: "make the platform look
   like aero — just use the style files"): Manrope variable — Aero's own
   typeface, bytes copied from Aero's self-hosted woff2 (Aero untouched) —
   for everything on screen. Fraunces survives only in PRINT (the recovery
   code and kit half read as signed paper, not screens). */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/manrope-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/fraunces-600.woff2') format('woff2');
}
