/**
 * Lokale Roboto Fonts - DSGVO-konform
 * Keine Google Fonts Verbindung!
 * WOFF2 für moderne Browser, WOFF als Fallback, TTF für alte Browser
 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('roboto-v50-latin-regular.woff2') format('woff2'),
         url('roboto-v50-latin-regular.woff') format('woff'),
         url('Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('roboto-v50-latin-italic.woff2') format('woff2'),
         url('roboto-v50-latin-italic.woff') format('woff'),
         url('Roboto-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('roboto-v50-latin-500.woff2') format('woff2'),
         url('roboto-v50-latin-500.woff') format('woff'),
         url('Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('roboto-v50-latin-700.woff2') format('woff2'),
         url('roboto-v50-latin-700.woff') format('woff'),
         url('Roboto-Bold.ttf') format('truetype');
}
