/* Lato Regular */
@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/* Lato Bold */
@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/Lato-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

/* Lato Light */
@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/Lato-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

/* Lato Italic */
@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/Lato-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}

/* Force Apply */
html,
body,
button,
input,
select,
textarea,
h1,h2,h3,h4,h5,h6,
p,span,a,li,div {
    font-family: 'Lato' !important;
}