/* Hero LCP — Cormorant Garamond for h1 (Ephemeris display face).
   The 600 woff2 is declared at weight 700 so a 700 h1 request matches it
   exactly (no synthetic bold) and paints from first paint via font-display:block.
   (regen note: was Cinzel 700; swapped to Cormorant for the Ephemeris look.) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(../fonts/cormorant-garamond-normal-600.woff2) format('woff2');
  unicode-range: U+0020-007A;
}
