

@font-face {
	font-family: 'YWFT-Absent-Grotesque';
	src: url('fonts/YWFT-Absent-Grotesque-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;

}

@font-face {
	font-family: 'YWFT-Absent-Grotesque';
	src: url('fonts/YWFT-Absent-Grotesque-Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

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

