/* Normaler Text (Regular) */
@font-face {
    font-family: 'open-sans-v17-latin';
    src: url('open-sans-v17-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Halbfett / Fett (600) */
@font-face {
    font-family: 'open-sans-v17-latin';
    src: url('open-sans-v17-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}