/* PAS fonts — self-hosted (v2 Phase 0b). Client egress is PAS origin only:
   no Google Fonts, ever. Fraunces for headings, Public Sans variable for
   everything else. Latin subsets; the app is English. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/fraunces-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/public-sans-var.woff2') format('woff2');
}
