@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Lato Regular'),
         url('../fonts/latoregular.woff2') format('woff2'),
         url('../fonts/latoregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Lato Bold'),
         url('../fonts/latobold.woff2') format('woff2'),
         url('../fonts/latobold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 900;
    font-style: normal;
	font-display: swap;
    src: local('Lato Black'),
         url('../fonts/latoblack.woff2') format('woff2'),
         url('../fonts/latoblack.woff') format('woff');
}