/* VELTORIA: VSD-78 — self-hosted Inter + Sora to remove third-party Google
   Fonts dependency. Closes ZAP "Subresource Integrity attribute missing"
   Medium finding (no longer applicable — same-origin asset). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/site-assets/fonts/inter-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/site-assets/fonts/sora-var.woff2') format('woff2');
}
