/* Fonts (Lato Sans) =========== */
@font-face {
  font-family:'Lato';
  src:url('../fonts/Lato_100.ttf') format('truetype');
  font-weight:100;
  font-style:normal
}
@font-face {
  font-family:'Lato';
  src:url('../fonts/Lato_300.ttf') format('truetype');
  font-weight:300;
  font-style:normal
}
@font-face {
  font-family:'Lato';
  src:url('../fonts/Lato_400.ttf') format('truetype');
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:'Lato';
  src:url('../fonts/Lato_700.ttf') format('truetype');
  font-weight:700;
  font-style:normal
}
@font-face {
  font-family:'Lato';
  src:url('../fonts/Lato_900.ttf') format('truetype');
  font-weight:900;
  font-style:normal
}

body {
  font-family: 'Lato', sans-serif;
}