/* Lokale Schriften – DSGVO-konform */

/* Inter 400 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-latin.woff2') format('woff2');
}
/* Inter 500 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('inter-latin.woff2') format('woff2');
}
/* Inter 600 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('inter-latin.woff2') format('woff2');
}
/* Inter 700 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('inter-latin.woff2') format('woff2');
}
/* Outfit 700 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('outfit-latin.woff2') format('woff2');
}
/* Outfit 800 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('outfit-latin.woff2') format('woff2');
}
/* Outfit 900 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('outfit-latin.woff2') format('woff2');
}
