/* Bisoux webfonts.
   Fraunces (display) + Inter (body/UI) — both SIL OFL, served from Google Fonts.
   Cormorant Garamond Italic — self-hosted; an accent face for italic emotional
   flourishes (quotes, the light French breath: "à ce soir"). */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..600;1,9..144,300..600&family=Inter:wght@400;500;600&display=swap");

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-Italic.ttf") format("truetype");
}
