/** FONTS **/

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


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


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



/* Webfont: Lato-ThinItalic */@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/lato/fonts/Lato-ThinItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/fonts/Lato-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/fonts/Lato-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/lato/fonts/Lato-ThinItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/fonts/Lato-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 200;
    text-rendering: optimizeLegibility;
}


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

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

/* Webfont: weather-icons */
@font-face {
  font-family: 'weathericons';
  src: url('fonts/weathericons/weathericons-regular-webfont.eot');
  src: url('fonts/weathericons/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/weathericons/weathericons-regular-webfont.woff2') format('woff2'),
       url('fonts/weathericons/weathericons-regular-webfont.woff') format('woff'),
       url('fonts/weathericons/weathericons-regular-webfont.ttf') format('truetype'),
       url('fonts/weathericons/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
