/* Local fonts only — no external (Google Fonts) requests, for speed. */

@font-face {
    font-family: "Apfel Grotezk";
    font-style: normal;
    font-weight: 400 500;
    font-display: swap;
    src: url("ApfelGrotezk-Regular.otf") format("opentype");
}

@font-face {
    font-family: "EB Garamond";
    font-style: normal;
    font-weight: 400 500;
    font-display: swap;
    src: url("eb-garamond/EBGaramond-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "EB Garamond";
    font-style: italic;
    font-weight: 400 500;
    font-display: swap;
    src: url("eb-garamond/EBGaramond-Italic.woff2") format("woff2");
}
