@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&display=swap");

/* Refined French-style title treatment for every internal page. */
html body main .hero h1,
html body main .page-hero h1,
html body main h1,
html body main .section h2,
html body main .section h3,
html body main h2,
html body main h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-synthesis: none !important;
}
