/* Version 1.3.0 */
@charset "UTF-8";

/* Example Usage */

@font-face {
	font-family: "Roboto";
	src: url("../../fonts/Roboto/RobotoFlex.woff2") format("woff2-variations");
	font-weight: 100 900;
	font-stretch: 75% 125%;
}

@font-face {
	font-family: "Poppins";
	src: url("../../fonts/Poppins/PoppinsVariable.woff2")
		format("woff2-variations");
	font-weight: 100 900;
	font-stretch: 75% 125%;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter/InterVariable.woff2") format("woff2-variations");
	font-weight: 100 900;
	font-stretch: 75% 125%;
}

@font-face {
	font-family: "Open Sans";
	src: url("../../fonts/Open\ Sans/OpenSansVariable.woff2") format("woff2-variations");
	font-weight: 100 900;
	font-stretch: 75% 125%;
}