/* Self-hosted fonts (Marcellus + Karla, latin subset).
   Bundled locally so the page makes ZERO third-party requests — this removes the
   fonts.googleapis.com / fonts.gstatic.com calls that trigger iOS Safari's
   cross-site tracking ("reduce privacy protection") prompt. */

@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('marcellus.woff2') format('woff2');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('karla.woff2') format('woff2');
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('karla-italic.woff2') format('woff2');
}
