/* Self-hosted fonts (Latin subset) — replaces Google Fonts CDN loading.
   Avoids transmitting visitor IPs to Google, per AT/DE case law on CDN font loading. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('/fonts/sora.woff2') format('woff2');
}
