@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: Lato Light;
  src: url("../fonts/Lato-Light.ttf");
}
@font-face {
  font-family: Lato Bold;
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: Ubuntu;
  src: url("../fonts/Ubuntu-R.ttf");
}
@font-face {
  font-family: Ubuntu Bold;
  src: url("../fonts/Ubuntu-B.ttf");
}
@font-face {
  font-family: Ubuntu Light;
  src: url("../fonts/Ubuntu-L.ttf");
}
@font-face {
  font-family: Ubuntu Mono;
  src: url("../fonts/Ubuntu-M.ttf");
}