@font-face {
    font-family: 'roboto-thin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Thin.ttf') format('woff2');
}
/* cyrillic */
@font-face {
    font-family: 'roboto-light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Light.ttf') format('woff2');
}
/* cyrillic */
@font-face {
    font-family: 'roboto-medium';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Medium.ttf') format('woff2');
}
/* cyrillic */
@font-face {
    font-family: 'roboto-bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Bold.ttf') format('woff2');
}
/* cyrillic */
@font-face {
    font-family: 'roboto-black';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Black.ttf') format('woff2');
}
