@font-face {
	font-family: "Gill Sans";
	font-weight: 400;
	font-style: normal;
	src: local("Gill Sans"), url("/fonts/regular.otf") format("opentype");
}
@font-face {
	font-family: "Gill Sans";
	font-weight: 400;
	font-style: italic;
	src: local("Gill Sans Italic"), url("/fonts/regular_italic.otf") format("opentype");
}

@font-face {
	font-family: "Gill Sans";
	font-weight: 500;
	font-style: normal;
	src: local("Gill Sans Medium"), url("/fonts/medium.otf") format("opentype");
}
@font-face {
	font-family: "Gill Sans";
	font-weight: 500;
	font-style: italic;
	src: local("Gill Sans Medium Italic"), url("/fonts/medium_italic.otf") format("opentype");
}

@font-face {
	font-family: "Gill Sans";
	font-weight: 600;
	font-style: normal;
	src: local("Gill Sans Bold"), url("/fonts/bold.otf") format("opentype");
}
@font-face {
	font-family: "Gill Sans";
	font-weight: 600;
	font-style: italic;
	src: local("Gill Sans Bold Italic"), url("/fonts/bold_italic.otf") format("opentype");
}
