/* Self-hosted variable fonts (latin subset, mirrored from Google Fonts) — no
   third-party font CDN, so loading any Kuantura page makes zero requests to
   Google. Each file is a variable font spanning the full weight axis, so the
   weight range below covers every weight the UI uses. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('source-serif-4.woff2') format('woff2');
}
