@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Lato";

  src: url(./assets/fonts/Lato-Light.eot);
  src: local("Lato-Light"), local("Lato Light"),
  url(./assets/fonts/Lato-Light.eot#iefix) format("embedded-opentype"),
  url(./assets/fonts/Lato-Light.woff) format("woff"),
  url(./assets/fonts/Lato-Light.ttf) format("truetype");
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Lato";

  src: url(./assets/fonts/Lato-Regular.eot);
  src: local("Lato-Regular"), local("Lato Regular"),
  url(./assets/fonts/Lato-Regular.eot#iefix) format("embedded-opentype"),
  url(./assets/fonts/Lato-Regular.woff) format("woff"),
  url(./assets/fonts/Lato-Regular.ttf) format("truetype");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Lato";

  src: url(./assets/fonts/Lato-Bold.eot.eot);
  src: local("Lato-Bold"), local("Lato Bold"),
  url(./assets/fonts/Lato-Bold.eot#iefix) format("embedded-opentype"),
  url(./assets/fonts/Lato-Bold.woff) format("woff"),
  url(./assets/fonts/Lato-Bold.ttf) format("truetype");
}

@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Lato";

  src: url(./assets/fonts/Lato-Black.eot.eot);
  src: local("Lato-Black"), local("Lato Black"),
  url(./assets/fonts/Lato-Black.eot#iefix) format("embedded-opentype"),
  url(./assets/fonts/Lato-Black.woff) format("woff"),
  url(./assets/fonts/Lato-Black.ttf) format("truetype");
}
