@charset "utf-8";

/**
 * WEB FONT STYLE
 * @version 	0.0.6 2012-04-05
 * @author		utix
 * @description
*/
@font-face {
    font-family: 'LatoRegular';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato-regular-webfont.woff') format('woff'),
         url('../font/lato-regular-webfont.ttf') format('truetype'),
         url('../font/lato-regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}
#header h2, #moreNav, #menuNav{font-family:"LatoBold", Helvetica, Arial, Verdana, sans-serif !important; font-weight:normal;}
.screenReader{font-family:"LatoRegular", Helvetica, Arial, Verdana, sans-serif !important; font-weight:normal;}