/* Local Google Fonts - Lato and Alegreya Sans */

/* Lato Font Family */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('./lato-400.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('./lato-700.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    src: url('./lato-800.ttf') format('truetype');
    font-display: swap;
}

/* Alegreya Sans Font Family */
@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./alegreya-sans-700.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 900;
    src: url('./alegreya-sans-900.ttf') format('truetype');
    font-display: swap;
}
