@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/Roboto-Bold.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto-Medium.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/Roboto-Light.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "RobotoMono-Medium";
  src: url("fonts/RobotoMono-Medium.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "RobotoMono-Regular";
  src: url("fonts/RobotoMono-Regular.ttf");
  font-display: fallback;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src:
    local('Roboto-Regular'),
    url("fonts/Roboto-Regular.ttf");
  font-display: fallback;
}
