@font-face {
  font-family: "Roboto Condensed";
  src: url("../assets/fonts/Roboto_Condensed/RobotoCondensed-Regular.woff2") format("woff2"),
    url("../assets/fonts/Roboto_Condensed/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/AnyConv.com__Roboto-Regular.woff2") format("woff2"),
    url("../assets/fonts/Roboto/AnyConv.com__Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter/AnyConv.com__Inter_28pt-Regular.woff2") format("woff2"),
    url("../assets/fonts/Inter/AnyConv.com__Inter_28pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto Condensed", sans-serif !important;
}
