/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family:'Gill Sans MT';
	src: url('fonts/GillSansMT_gdi.eot');
	src: url('fonts/GillSansMT_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/GillSansMT_gdi.woff') format('woff'),
		url('fonts/GillSansMT_gdi.ttf') format('truetype'),
		url('fonts/GillSansMT_gdi.svg#GillSansMT-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

@font-face {
	font-family:'Gill Sans MT';
	src: url('fonts/GillSansMT-Light_gdi.eot');
	src: url('fonts/GillSansMT-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/GillSansMT-Light_gdi.woff') format('woff'),
		url('fonts/GillSansMT-Light_gdi.ttf') format('truetype'),
		url('fonts/GillSansMT-Light_gdi.svg#GillSansMT-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC;
}

@font-face {
	font-family:'Gill Sans MT';
	src: url('fonts/GillSansMT-Italic_gdi.eot');
	src: url('fonts/GillSansMT-Italic_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/GillSansMT-Italic_gdi.woff') format('woff'),
		url('fonts/GillSansMT-Italic_gdi.ttf') format('truetype'),
		url('fonts/GillSansMT-Italic_gdi.svg#GillSansMT-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

@font-face {
	font-family:'Gill Sans MT';
	src: url('fonts/GillSansMT-LightItalic_gdi.eot');
	src: url('fonts/GillSansMT-LightItalic_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/GillSansMT-LightItalic_gdi.woff') format('woff'),
		url('fonts/GillSansMT-LightItalic_gdi.ttf') format('truetype'),
		url('fonts/GillSansMT-LightItalic_gdi.svg#GillSansMT-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-02DC;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/brandon_reg-webfont.eot');
	src: url('fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/brandon_reg-webfont.woff') format('woff'),
		 url('fonts/brandon_reg-webfont.ttf') format('truetype'),
		 url('fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/brandon_med-webfont.eot');
	src: url('fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/brandon_med-webfont.woff') format('woff'),
		 url('fonts/brandon_med-webfont.ttf') format('truetype'),
		 url('fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/brandon_bld-webfont.eot');
	src: url('fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/brandon_bld-webfont.woff') format('woff'),
		 url('fonts/brandon_bld-webfont.ttf') format('truetype'),
		 url('fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
	font-weight: bold;
	font-style: normal;
}