@font-face {
    font-family: "Gill Sans MT";
    src: url('../font/Gill-Sans-MT.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: "Gill Sans MT";
    src: url('../font/Gill-Sans-MT-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: "Gill Sans MT";
    src: url('../font/Gill-Sans-MT-Italic.ttf');
	font-weight: 400;
	font-style: italic;
}