/* Self-hosted fonts (Bug 5 / HIPAA-010): Inter + Cormorant Garamond.
   Replaces fonts.googleapis.com / fonts.gstatic.com so no third party is in
   the path on PHI pages. Variable woff2 (latin), one file per family covers
   the full weight axis. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/cormorant-garamond.woff2') format('woff2');
}
