
@font-face {
	font-family: 'GillSans Bold';
	src: url("./webfonts/Monotype  - Gill Sans Nova Bold.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: 'GillSans Semi Bold';
	src: url("./webfonts/Monotype  - Gill Sans Nova SemiBold.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: 'GillSans Regular';
	src: url("./webfonts/Monotype  - Gill Sans Nova Book.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: 'GillSans Italic Bold';
	src: url("./webfonts/Monotype  - Gill Sans Nova Bold Italic.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: 'GillSans Italic Semi Bold';
	src: url("./webfonts/Monotype  - Gill Sans Nova SemiBold Italic.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: 'GillSans Italic Regular';
	src: url("./webfonts/Monotype  - Gill Sans Nova Book Italic.ttf") format("opentype");
	font-display: swap;
}

.gillSans-bold {
        font-family: 'GillSans Bold';
	font-weight: normal;
	font-style: normal;
}
.gillSans-regular {
	font-family: 'GillSans Regular';
	font-weight: normal;
	font-style: normal;
}
.gillSans-semi-bold {
	font-family: 'GillSans Semi Bold';
	font-weight: normal;
	font-style: normal;
}
.gillSans-bold-italic {
	font-family: 'GillSans Italic Bold';
	font-weight: normal;
	font-style: normal;
}
.gillSans-regular-italic {
	font-family: 'GillSans Italic Regular';
	font-weight: normal;
	font-style: normal;
}
.gillSans-semibold-italic {
	font-family: 'GillSans Italic Semi Bold';
	font-weight: normal;
	font-style: normal;
}
