@font-face {
    font-family: 'GillSans';
    src: url('GillSans.woff2') format('woff2'),
    url('GillSans.woff') format('woff');
	font-style: normal;
    font-weight: 400; 
}
@font-face {
    font-family: 'GillSansSemibold';
    src: url('GillSans.woff2') format('woff2'),
    url('GillSans.woff') format('woff');
	font-style: normal;
    font-weight: 400; 
}