/* ==========================================================================
   Schriften vom eigenen Server – keine Verbindung zu Google.
   Alegreya, Alegreya Sans und Barlow Condensed stehen unter der
   SIL Open Font License 1.1. Die Lizenztexte liegen daneben in
   /assets/fonts/. Teilmenge: Latin (enthält alle deutschen Umlaute).
   ========================================================================== */

@font-face {
    font-family: "Alegreya";
    src: url("/assets/fonts/alegreya-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Alegreya";
    src: url("/assets/fonts/alegreya-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Alegreya";
    src: url("/assets/fonts/alegreya-800.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Alegreya";
    src: url("/assets/fonts/alegreya-500-italic.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Alegreya Sans";
    src: url("/assets/fonts/alegreya-sans-300.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Alegreya Sans";
    src: url("/assets/fonts/alegreya-sans-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Alegreya Sans kennt keinen Schnitt 600 – der 700er deckt den Bereich mit ab. */
@font-face {
    font-family: "Alegreya Sans";
    src: url("/assets/fonts/alegreya-sans-700.woff2") format("woff2");
    font-weight: 600 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("/assets/fonts/barlow-condensed-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow Condensed";
    src: url("/assets/fonts/barlow-condensed-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow Condensed";
    src: url("/assets/fonts/barlow-condensed-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
