@font-face {
  font-family: Inter;
  src: local(Inter), local(Inter), url("Inter/static/Inter-Regular.ttf") format("opentype");
  font-weight: 100;
  font-weight: 200;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: local(Inter), local(Inter), url("Inter/static/Inter-Medium.ttf") format("opentype");
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: local(Inter), local(Inter), url("Inter/static/Inter-Bold.ttf") format("opentype");
  font-weight: 700;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), local(Roboto), url("Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), local(Roboto), url("Roboto/Roboto-Medium.ttf") format("opentype");
  font-weight: 500;

  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), local(Roboto), url("Roboto/Roboto-Regular.ttf") format("opentype");

  font-weight: 400;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Roboto_c;
  src: local(Roboto_c), local(Roboto_c), url("Roboto_Condensed/static/RobotoCondensed-Bold.ttf") format("opentype");
  font-weight: 700;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Roboto_c;
  src: local(Roboto_c), local(Roboto_c), url("Roboto_Condensed/static/RobotoCondensed-Light.ttf") format("opentype");
  font-weight: 400;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Road_rage;
  src: local(Road_rage), local(Road_rage), url("Road_Rage/RoadRage-Regular.ttf") format("opentype");
  font-display: swap;
}