/*
 * Celler Garnison-Museum — local webfonts
 *
 * Hind and Caudex are served from this theme only.
 * Font files are installed into ../fonts/ by install-local-fonts.sh.
 * Source packages: Fontsource / Google Fonts, SIL Open Font License 1.1.
 */

/* Hind — Latin subset (includes German umlauts and ß) */
@font-face {
    font-family: "Hind";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/hind-latin-300-normal.woff2") format("woff2");
}

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

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

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

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

/* Caudex — Latin subset */
@font-face {
    font-family: "Caudex";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/caudex-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Caudex";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/caudex-latin-400-italic.woff2") format("woff2");
}

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

@font-face {
    font-family: "Caudex";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/caudex-latin-700-italic.woff2") format("woff2");
}
