/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Thin */@font-face {
    font-family: 'LatoThin';
    src: url('../fonts/lato/Lato-Thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Thin.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Thin.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-SemiboldItalic */@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Hairline */@font-face {
    font-family: 'LatoHairline';
    src: url('../fonts/lato/Lato-Hairline.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Hairline.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Hairline.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-HairlineItalic */@font-face {
    font-family: 'LatoHairline';
    src: url('../fonts/lato/Lato-HairlineItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-HairlineItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-HairlineItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-HairlineItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */@font-face {
    font-family: 'LatoLight';
    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.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-LightItalic */@font-face {
    font-family: 'LatoLightItalic';
    src: url('../fonts/lato/Lato-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.regular {
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
}
.regularbold {
  font-family: "LatoBold", Helvetica, Arial, sans-serif !important;
}
.thin {
  font-family: "LatoThin", Helvetica, Arial, sans-serif !important;
}
.light {
  font-family: "LatoLight", Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4{
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
