
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic);*/

/*@import url('../fonts/Lato/Lato-Light.css');*/
/*@import url('../fonts/Lato/Lato-Medium.css');*/
/*@import url('../fonts/Lato/Lato-Regular.css');*/


/* Webfont: Lato-Light */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Light.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Medium */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Medium.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
