/* Custom Fonts - Graphik */
@font-face {
	font-family: "Graphik";
	src: url("fonts/Graphik-Light.woff2") format("woff2"), url("fonts/Graphik-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Graphik";
	src: url("fonts/Graphik-Regular.woff2") format("woff2"), url("fonts/Graphik-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Graphik";
	src: url("fonts/Graphik-Medium.woff2") format("woff2"), url("fonts/Graphik-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Font classes */
.font-graphik {
	font-family: "Graphik", sans-serif;
}

body {
	font-family: "Graphik", sans-serif;
}
