/* KVZ Performance Boost – Self-hosted Google Fonts */
/* Nahrazuje fonts.googleapis.com/css?family=Roboto:400,500 */

/* Roboto Regular (400) – Latin + Latin Extended */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'),
         local('Roboto-Regular'),
         url('./roboto-v30-latin-ext_latin-regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0100-024F, U+0250-02AF, U+0300-036F,
                   U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF,
                   U+2100-214F, U+2C60-2C7F, U+A720-A7FF;
}

/* Roboto Medium (500) – Latin + Latin Extended */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'),
         local('Roboto-Medium'),
         url('./roboto-v30-latin-ext_latin-500.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0100-024F, U+0250-02AF, U+0300-036F,
                   U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF,
                   U+2100-214F, U+2C60-2C7F, U+A720-A7FF;
}
