/* https://fontawesome.com/v6.0/icons?m=free&s=brands */
@font-face {
    font-family: fa_brands;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}
/* https://fontawesome.com/v6.0/icons?m=free&s=regular */
@font-face {
    font-family: fa_regular;
    src: url("../fonts/fa-regular-400.woff2") format("woff2");
    src: url("../fonts/fa-regular-400.ttf") format("truetype");
}
/* https://fontawesome.com/v6.0/icons?m=free&s=solid */
@font-face {
    font-family: fa_solid;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
    src: url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
	font-family: "Super Grotesk";
	font-weight: 400;
	src: url("../fonts/sg.ttf") format("truetype");
	src: url("../fonts/sg.woff") format("woff");
}
/*@font-face {
	font-family: "Super Grotesk Condensed";
	font-weight: 600;
	src: url("../fonts/sgcm.ttf") format("truetype");
	src: url("../fonts/sgcm.woff") format("woff");
}*/
@font-face {
	font-family: "Super Grotesk";
	font-weight: bold;
	src: url("../fonts/sgm.woff") format("woff");
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open_sans.woff2') format('woff2-variations');
	font-weight: 400 900;
	font-display: swap;
}
@font-face {
	font-family: "walmer";
	src: url("../fonts/walmer.woff2") format("woff2");
	src: url("../fonts/walmer.woff") format("woff");
}
