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

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

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

@font-face {
  font-family: "roboto-light";
  src: url("../res/Roboto-Light.ttf");
}

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