/* ══ Providentia EWS — self-hosted brand typography ══════════════════
   Cormorant Garamond (display/brand/editorial) + Inter (UI/body),
   sourced from the official Google Fonts distribution and self-hosted
   as variable WOFF2 (latin subset; each file covers exactly the
   400–600 weight range the product uses — no unused weights). Licenses:
   assets/fonts/OFL-cormorant-garamond.txt, assets/fonts/OFL-inter.txt.
   No remote import or CDN is used at runtime. */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('assets/fonts/cormorant-garamond-latin-wght.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:400 600;
  font-display:swap;
  src:url('assets/fonts/cormorant-garamond-latin-italic-wght.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('assets/fonts/inter-latin-wght.woff2') format('woff2');
}
html{
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
