@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: normal;
    src: url('fonts/Roboto-Thin.woff') format('woff'),
    url('fonts/Roboto-Thin.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF; /* Латиница и кириллица */
}

@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: italic;
    src: url('fonts/Roboto-ThinItalic.woff') format('woff'),
    url('fonts/Roboto-ThinItalic.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/Roboto-Light.woff') format('woff'),
    url('fonts/Roboto-Light.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    src: url('fonts/Roboto-LightItalic.woff') format('woff'),
    url('fonts/Roboto-LightItalic.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/Roboto-Regular.woff') format('woff'),
    url('fonts/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;
    src: url('fonts/Roboto-RegularItalic.woff') format('woff'),
    url('fonts/Roboto-RegularItalic.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: url('fonts/Roboto-Medium.woff') format('woff'),
    url('fonts/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;
    src: url('fonts/Roboto-MediumItalic.woff') format('woff'),
    url('fonts/Roboto-MediumItalic.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('fonts/Roboto-Bold.woff') format('woff'),
    url('fonts/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: italic;
    src: url('fonts/Roboto-BoldItalic.woff') format('woff'),
    url('fonts/Roboto-BoldItalic.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;
    src: url('fonts/Roboto-Black.woff') format('woff'),
    url('fonts/Roboto-Black.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: italic;
    src: url('fonts/Roboto-BlackItalic.woff') format('woff'),
    url('fonts/Roboto-BlackItalic.ttf') format('truetype');
    unicode-range: U+000-5FF, U+0400-04FF;
}
