/*
Theme Name: VA SBE
Theme URI: http://sbe.virginia.gov
Description: Theme for VA SBE Site

*/

/*
           Fonts
*/

@font-face {
    font-family: "fontellotwo";    
    src: url('Assets/fontello2.eot');
    src:url("Assets/fontello2.eot?#iefix") format("embedded-opentype"),
	url("Assets/fontello2.svg") format("svg"), 
	 
	url("Assets/fontello2.ttf") format("truetype");	
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "fontello";    
    src: url('Assets/fontello.eot');
    src:url("Assets/fontello.eot?#iefix") format("embedded-opentype"),
	url("Assets/fontello.svg") format("svg"), 
	 
	url("Assets/fontello.ttf") format("truetype");	
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "open_sansregular";    
    src: url('Assets/opensans-regular-webfont.eot');
    src:url("Assets/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),	 
	 
	url("Assets/opensans-regular-webfont.ttf") format("truetype"),
	url("Assets/opensans-regular-webfont.svg") format("svg");	
    font-style: normal;
    font-weight: normal;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'open_sansregular';
        src: url('Assets/opensans-regular-webfont.svg') format('svg');
    }
}
*/
@font-face {
    font-family: 'alfa';
    src: url('Assets/abeezee-regular-webfont.eot');
    src: url('Assets/abeezee-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Assets/abeezee-regular.svg') format('svg'),
          
         url('Assets/abeezee-regular-webfont.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tires';
    src: url('Assets/tiresias_infofont-webfont.eot');
    src: url('Assets/tiresias_infofont-webfont.eot?#iefix') format('embedded-opentype'),         
          
         url('Assets/tiresias_infofont-webfont.ttf') format('truetype'), 
	url('Assets/tiresias_infofont-webfont.svg#tiresias_infofontregular') format('svg');         
    font-weight: normal;
    font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'tires';
        src: url('Assets/tiresias_infofont-webfont.svg#tiresias_infofontregular') format('svg');

    }
}*/

