/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2733d5");

@font-face {
    font-family: 'Gothic';
    src: url('helveticaneueltstd-mdcn-webfont.eot');
    src: url('helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('helveticaneueltstd-mdcn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {font-family: 'SansSerif';
	src: url('webfonts/2733D5_0_0.eot');
	src: url('webfonts/2733D5_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2733D5_0_0.woff') format('woff'),
		 url('webfonts/2733D5_0_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
 
  
@font-face {font-family: 'SansSerif';
	src: url('webfonts/2733D5_1_0.eot');
	src: url('webfonts/2733D5_1_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2733D5_1_0.woff') format('woff'),
		 url('webfonts/2733D5_1_0.ttf') format('truetype');
	font-weight: normal;
    font-style: italic;
}

@font-face {font-family: 'SansSerif';
	src: url('webfonts/2733D5_5_0.eot');
	src: url('webfonts/2733D5_5_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2733D5_5_0.woff') format('woff'),
		 url('webfonts/2733D5_5_0.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
}









/* Old SansSerif reference to Avenir (unlicensed) 

@font-face {
    font-family: 'SansSerif';
    src: url('avenirltstd-book-webfont.eot');
    src: url('avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-book-webfont.woff') format('woff'),
         url('avenirltstd-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*/