/* Self-hosted fonts for the SMP standalone site — no external CDN dependency.
   Variable woff2 (latin subset) covering all weights used on the page.
   Fraunces: opsz 9..144, wght 400-700 · Manrope: wght 400-800. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('fraunces-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('manrope-var.woff2') format('woff2');
}
