@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url('fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Roboto_Mono/static/RobotoMono-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto Mono";
  font-weight: 300;
  font-style: italic;
  src: url('fonts/Roboto_Mono/static/RobotoMono-LightItalic.ttf') format('truetype');
}