@font-face {
  font-family: "Roboto-Regular";
  src: url("Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("Roboto-Italic.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("Roboto-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("Roboto-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "RobotoMono-Regular";
  src: url("RobotoMono-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "RobotoMono-Regular";
  src: url("RobotoMono-Italic.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "RobotoMono-Medium";
  src: url("RobotoMono-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "RobotoMono-Medium";
  src: url("RobotoMono-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

