@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "Roboto";
  font-weight: 100;
  src: url("/fonts/Roboto/Roboto-Thin.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("/fonts/Roboto/Roboto-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("/fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("/fonts/Roboto/Roboto-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("/fonts/Roboto/Roboto-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url("/fonts/Roboto/Roboto-Black.ttf") format("ttf");
}

* {
  font: 400 1rem "Roboto", sans-serif;
}
