/* Self-hosted variable fonts (NO Google-CDN — footprint rule).
   Sora = display/headings · Figtree = body. Latin subset, variable wght. */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/sora-var-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/figtree-var-latin.woff2') format('woff2');
}
