/* Self-hosted Sora + Karla (variable fonts, weight axis 400-800), replacing the
   Google Fonts CDN request — removes a third-party request that shared every
   visitor's IP with Google before any consent was captured. */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/sora.woff2') format('woff2-variations'), url('../fonts/sora.woff2') format('woff2');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/karla.woff2') format('woff2-variations'), url('../fonts/karla.woff2') format('woff2');
}
