/* Webfont: Lato-Bold */@font-face {
    font-family: 'Alegreya';
    src: url('Alegreya/Alegreya-Medium.ttf'); /* IE9 Compat Modes */
    src: url('Alegreya/Alegreya-Medium.ttf') format('embedded-opentype'), /* IE6-IE8 */
         url('Alegreya/Alegreya-Medium.ttf') format('truetype');
    font-style: normal;
}

/* Webfont: Lato-BoldItalic */@font-face {
    font-family: 'Open_Sans';
    src: url('Open_Sans/OpenSans-SemiBold.ttf'); /* IE9 Compat Modes */
    src: url('Open_Sans/OpenSans-SemiBold.ttf') format('embedded-opentype'), /* IE6-IE8 */
         url('Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}


