@font-face {
	font-family: "lato";
	font-weight: lighter;
	font-display: auto;
	src: url("../fonts/lato-400.woff") format("woff"), url("../fonts/lato-400.ttf") format("truetype");
}
@font-face {
	font-family: "varela";
	font-weight: lighter;
	font-display: auto;
	src: url("../fonts/varela-400.woff") format("woff"), url("../fonts/varela-400.ttf") format("truetype");
}
@font-face {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: lighter;
	font-display: auto;
	src: url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
	font-family: "Font Awesome 5 Free Brand";
	font-weight: lighter;
	font-display: auto;
	src: url("../fonts/fa-brand-400.woff") format("woff"), url("../fonts/fa-brand-400.ttf") format("truetype");
}

.fas {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: lighter;
	font-style: normal;
}

.fab {
	font-family: "Font Awesome 5 Free Brand";
	font-weight: lighter;
	font-style: normal;
}
