@font-face {
  font-family: Lato;
  src: url(Lato-Regular.ttf);
}
@font-face {
  font-family: Lato-Bold;
  src: url(Lato-Bold.ttf);
}
body {
  font-family: Lato;
}
b {
  font-family: Lato-Bold;
}
