/* Lokale Schriftarten für bauernschloss.de */

/* Didact Gothic – Headlines */
@font-face {
    font-family: 'Didact Gothic';
    src: url('DidactGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Nunito Regular – Fließtext */
@font-face {
    font-family: 'Nunito';
    src: url('Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Nunito Bold – Hervorhebungen */
@font-face {
    font-family: 'Nunito';
    src: url('Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Work Sans Variable – alternative Akzent-Schrift */
@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
