/* CSS Document */

@font-face {
    font-family: 'Pathway';
    src: url('/assets/fonts/pathwaygothicone-regular-webfont.eot');
    src: url('/assets/fonts/pathwaygothicone-regular-webfont.svg#pathway_gothic_oneregular') format('svg'),
	  	 url('/assets/fonts/pathwaygothicone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/pathwaygothicone-regular-webfont.woff') format('woff'),
         url('/assets/fonts/pathwaygothicone-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans';
    src: url('/assets/fonts/opensans-regular-webfont.eot');
    src: url('/assets/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/assets/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
