/* Adding Grold Font */

@font-face {
	font-family: "grold-regular";
	src: url("../fonts/grold-regular-webfont.woff2") format("woff2"),
		url("../fonts/grold-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "grold-italic";
	src: url("../fonts/grold-italic-webfont.woff2") format("woff2"),
		url("../fonts/grold-italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "grold-bold";
	src: url("../fonts/grold-bold-webfont.woff2") format("woff2"),
		url("../fonts/grold-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
