/* Roboto Font - Local with Latin Extended support (Lithuanian characters: ą, č, ę, ė, į, š, ų, ū, ž) */
/* Используем TTF файлы, которые содержат полную поддержку литовских символов */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/static/fonts/roboto/roboto-300-latin-ext.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/static/fonts/roboto/roboto-400-latin-ext.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/static/fonts/roboto/roboto-500-latin-ext.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/static/fonts/roboto/roboto-700-latin-ext.ttf') format('truetype');
}

