/* Self-hosted serif faces (Google Fonts) — EB Garamond (the chat/Oracle
   "Almanac" body face) and Cormorant Garamond (the display face for headings
   on the Order/community pages). Previously loaded from Google's CDN, which
   caused a flash-of-unstyled-text on cold loads. Files live in
   app/assets/fonts; Propshaft resolves the bare filenames in url() to digested
   asset paths at compile time. Names match how the CSS references them
   (community_order.css/library.css/oracle.css). */

/* ── EB Garamond ─────────────────────────────────────────────── */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/EBGaramond-Regular-01648bf7.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/EBGaramond-Medium-01648bf7.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/EBGaramond-SemiBold-01648bf7.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/EBGaramond-Italic-29098485.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/EBGaramond-MediumItalic-29098485.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/EBGaramond-SemiBoldItalic-29098485.woff2") format("woff2");
}

/* ── Cormorant Garamond ──────────────────────────────────────── */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/CormorantGaramond-Regular-0b6541cf.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/CormorantGaramond-Medium-0b6541cf.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/CormorantGaramond-SemiBold-0b6541cf.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/CormorantGaramond-Bold-0b6541cf.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/CormorantGaramond-Italic-fd38ac68.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/CormorantGaramond-MediumItalic-fd38ac68.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/CormorantGaramond-SemiBoldItalic-fd38ac68.woff2") format("woff2");
}
