﻿@font-face {
    font-family: 'OldSansBlack';
    src: url('oldsansblack-webfont.eot');
    src: url('oldsansblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('oldsansblack-webfont.woff') format('woff'),
         url('oldsansblack-webfont.ttf') format('truetype'),
         url('oldsansblack-webfont.svg#oldsansblackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-bold-webfont.eot');
    src: url('montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-bold-webfont.woff') format('woff'),
         url('montserrat-bold-webfont.ttf') format('truetype'),
         url('montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'OldSansBlack';
		src: url('oldsansblack-webfont.svg#oldsansblackregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
	    font-family: 'Montserrat';
	    src: url('montserrat-bold-webfont.svg#montserratbold') format('svg');
	    font-weight: bold
	    font-style: normal;
	}
	
	@font-face {
	    font-family: 'Montserrat';
	    src: url('montserrat-regular-webfont.svg#montserratregular') format('svg');
	    font-weight: normal
	    font-style: normal;
	}
}

