@font-face {
    font-family: 'Lato';
    src: url('/public/fonts/Lato-Light.ttf');
	font-weight: 300;
}

@font-face {
    font-family: 'Lato';
    src: url('/public/fonts/Lato-Regular.ttf');
	font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    src: url('/public/fonts/Lato-Bold.ttf');
	font-weight: 600;
}