/* ---------- Lato ---------- */

@font-face {
  font-family: Lato;
  src: url(lato/Lato-Regular.ttf);
}

@font-face {
  font-family: Lato-light;
  src: url(lato/Lato-Light.ttf);
}

@font-face {
  font-family: Lato-bold;
  src: url(lato/Lato-Bold.ttf);
}

h1,
h2 {
  font-family: 'Lato-light', sans-serif;
  font-weight: 300;
}

h3,
h4,
h5,
h6 {
  font-family: 'Lato-light', cursive;
  font-weight: normal;
}

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

a, 
h1 a,
h2 a,
h3 a {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

