/* stylelint-disable */
/* Georgia */
@font-face {
	font-family: "Georgia";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/Georgia.woff") format("woff");
}
@font-face {
	font-family: "Georgia";
	font-style: italic;
	font-weight: 400;
	src: url("../../fonts/Georgia Italic.woff") format("woff");
}
@font-face {
	font-family: "Georgia";
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/Georgia Bold.woff") format("woff");
}

/* Proxima Nova */
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 300;
	src: url("../../fonts/Proxima Nova Regular.woff") format("woff");
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/Proxima Nova Regular.woff") format("woff");
}
@font-face {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 600;
	src: url("../../fonts/Proxima Nova Semibold.woff") format("woff");
}

/*# sourceMappingURL=fonts.css.map */