/* Lokale Webfonts – ohne externe CDN-Abhängigkeit
 *
 * Roboto Condensed: Apache License 2.0
 *   → ../fonts/roboto-condensed/LICENSE.txt
 * Roboto Mono: SIL Open Font License 1.1
 *   → ../fonts/roboto-mono/OFL.txt
 * Übersicht: ../fonts/README.md
 */

/* ===== Roboto Condensed (UI / Fließtext) ===== */

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/roboto-condensed/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/roboto-condensed/RobotoCondensed-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/roboto-condensed/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/roboto-condensed/RobotoCondensed-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ===== Roboto Mono (Aufgaben / Spaltenrechnung) ===== */

@font-face {
    font-family: "Roboto Mono";
    src:
        url("../fonts/roboto-mono/RobotoMono-Regular.woff2") format("woff2"),
        url("../fonts/roboto-mono/RobotoMono-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("../fonts/roboto-mono/RobotoMono-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Mono";
    src:
        url("../fonts/roboto-mono/RobotoMono-Bold.woff2") format("woff2"),
        url("../fonts/roboto-mono/RobotoMono-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("../fonts/roboto-mono/RobotoMono-BoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
