/* Montaro - Webfonts
 *
 * Work Sans fuer Ueberschriften, Inter fuer Navigation, Buttons und
 * Fliesstext. Beide liegen lokal im Child-Theme unter fonts/, damit beim
 * Seitenaufruf keine Anfrage samt IP-Adresse an Google geht.
 *
 * Quelle der Dateien: Fontsource (fontsource.org), Latin-Subset, Stand
 * 2026-09-23. Beide Familien stehen unter der SIL Open Font License 1.1,
 * die Lizenztexte liegen als LICENSE-*.txt neben den Dateien in fonts/.
 *
 * Nur die Schnitte, die der Umschalter bisher von Google geholt hat:
 * 400, 500, 600 und 700. Kursive fehlen bewusst; wo das Theme kursiv
 * setzt, synthetisiert der Browser.
 *
 * Diese Datei laedt als erste der Kette, damit tokens.css und palettes.css
 * die Familien schon kennen.
 *
 * @package Solvent_Child_Montaro
 */

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/work-sans-400.woff2") format("woff2");
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/work-sans-500.woff2") format("woff2");
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/work-sans-600.woff2") format("woff2");
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/work-sans-700.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter-400.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter-500.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/inter-600.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/inter-700.woff2") format("woff2");
}
