/* Lokal gehostete Schriften – kein externer Google Fonts Request */

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('../fonts/Jost-variable.woff2') format('woff2-variations'),
         url('../fonts/Jost-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/PlayfairDisplay-normal.woff2') format('woff2-variations'),
         url('../fonts/PlayfairDisplay-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/PlayfairDisplay-italic.woff2') format('woff2-variations'),
         url('../fonts/PlayfairDisplay-italic.woff2') format('woff2');
}
