p, h1, h2, h3, h4, h5, a {
  font-family: 'roboto';
}



@font-face {
  font-family: "roboto";
  src: url("../res/Roboto-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "roboto-thin";
  src: url("../res/Roboto-Thin.ttf") format('truetype');
}

@font-face {
  font-family: "roboto-bold";
  src: url("../res/Roboto-Bold.ttf") format('truetype');
}
