﻿@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}