:root {
    --font-family-body: 'Lato', sans-serif;
    --font-family-head: 'Lato', sans-serif;
}
@font-face {
    font-family: 'Lato';
    src: url('lato/Lato-Light.woff2') format('woff2'),
    url('lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('lato/Lato-Regular.woff2') format('woff2'),
    url('lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('lato/Lato-Italic.woff2') format('woff2'),
    url('lato/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato/Lato-Bold.woff2') format('woff2'),
    url('lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,body {
    font-family: 'Lato', sans-serif
}