/* === Roboto: Light (300) === */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Light.woff2') format('woff2'),
         url('fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* === Roboto: Regular (400) === */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
         url('fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* === Применение Roboto по всему сайту === */
body, html {
    font-family: 'Roboto', sans-serif !important;
}

/* === Цвет текста сайта === */
/* Меняет только обычный текст, ИКОНКИ НЕ ЗАТРАГИВАЕТ */
body,
body *:not(i):not(.fa):not(.fal):not(.far):not(.fas):not([class*="icon"]):not([class*="icons"]) {
    color: #173D6E !important;
}

