/* ========== ПОДКЛЮЧЕНИЕ ШРИФТА LATO ========== */

@font-face {
    font-family: 'Lato';
    src: url('/local/templates/new_site/assets/fonts/Lato-Regular.eot');
    src: url('/local/templates/new_site/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/new_site/assets/fonts/Lato-Regular.woff') format('woff'),
         url('/local/templates/new_site/assets/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Оптимизация загрузки */
}