/* Savanna Secrets — self-hosted variable fonts.
   EB Garamond (display/serif) + Hanken Grotesk (body/UI). woff2 not supplied,
   so the variable TTFs ship in the theme. Enqueued before theme.css. */

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/EBGaramond-VariableFont_wght.ttf") format("truetype-variations");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/EBGaramond-Italic-VariableFont_wght.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/HankenGrotesk-VariableFont_wght.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/HankenGrotesk-Italic-VariableFont_wght.ttf") format("truetype-variations");
}
