/* Self-hosted variable fonts (SIL Open Font License). CSP is font-src 'self'
   with no Google Fonts allowance, so these are served from our own origin.
   Cormorant gives headlines an elegant high-contrast display face suited to a
   nikah/wedding context; Mulish is a warm, rounded humanist sans for body and
   UI. Neither is one of the AI-default faces (Inter/Poppins/Roboto), and
   Cormorant is not used elsewhere in the fleet. */
@font-face {
  font-family: 'Cormorant Variable';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/fonts/cormorant-var.woff2) format('woff2-variations');
}
@font-face {
  font-family: 'Mulish Variable';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(/fonts/mulish-var.woff2) format('woff2-variations');
}
