/* Webfont: Lato-Semibold */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  src: url("Lato-Regular.eot"); /* IE9 Compat Modes */
  /* stylelint-disable */
  src: url("Lato-Regular.eot?#iefix") format("embedded-opentype"), url("Lato-Regular.woff2") format("woff2"), url("Lato-Regular.woff") format("woff"),
    url("Lato-Regular.ttf") format("truetype");
  
}
