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

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

/* /////////  FONT SMOOTHING FIX  ////////////// */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Brandon';
		src: url('fonts/brandon/brandon_bold-webfont.svg') format('svg');
		font-weight: 600;
	}
	
	@font-face {
		font-family: 'Brandon';
		src: url('fonts/brandon/brandon_black-webfont.svg') format('svg');
		font-weight: 700;
	}
}