/* Lato Font Face Declarations */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../webfonts/lato/lato-light.woff2') format('woff2'),
    url('../webfonts/lato/lato-light.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/lato/lato-regular.woff2') format('woff2'),
    url('../webfonts/lato/lato-regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../webfonts/lato/lato-bold.woff2') format('woff2'),
    url('../webfonts/lato/lato-bold.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/lato/lato-italic.woff2') format('woff2'),
    url('../webfonts/lato/lato-italic.woff') format('woff');
}

/* Apply font to elements */
body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
