/* EB Garamond — self-hosted (Stage 20).
   The magazine serif after Caslon: near-identical drawing, SIL Open Font
   License (free forever, no kits, no subscriptions), and it carries a real
   Cyrillic — the fallback chain almost never fires.
   Files are instanced from Google's variable masters (400 / 600 / 700 +
   italics) and subset to Latin + Latin-Ext + Cyrillic + punctuation.
   woff2 first, woff for the museum browsers. font-display: block (Stage 24) —
   the headline weights are preloaded, so the files are already there at
   render time; on the rare cold miss the text stays invisible for a blink
   instead of visibly jumping from the fallback serif. */

@font-face {
  font-family: "eb-garamond";
  src: url("EBGaramond-Regular.woff2") format("woff2"),
       url("EBGaramond-Regular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: "eb-garamond";
  src: url("EBGaramond-Italic.woff2") format("woff2"),
       url("EBGaramond-Italic.woff") format("woff");
  font-weight: 400; font-style: italic; font-display: block;
}
@font-face {
  font-family: "eb-garamond";
  src: url("EBGaramond-SemiBold.woff2") format("woff2"),
       url("EBGaramond-SemiBold.woff") format("woff");
  font-weight: 600; font-style: normal; font-display: block;
}
@font-face {
  font-family: "eb-garamond";
  src: url("EBGaramond-SemiBoldItalic.woff2") format("woff2"),
       url("EBGaramond-SemiBoldItalic.woff") format("woff");
  font-weight: 600; font-style: italic; font-display: block;
}
@font-face {
  font-family: "eb-garamond";
  src: url("EBGaramond-Bold.woff2") format("woff2"),
       url("EBGaramond-Bold.woff") format("woff");
  font-weight: 700; font-style: normal; font-display: block;
}
@font-face {
  font-family: "eb-garamond";
  src: url("EBGaramond-BoldItalic.woff2") format("woff2"),
       url("EBGaramond-BoldItalic.woff") format("woff");
  font-weight: 700; font-style: italic; font-display: block;
}
