@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Variable-Italic.ttf") format("truetype-variations");
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}

:root {
  --app-font: "Roboto", Arial, sans-serif;
  --bs-body-font-family: var(--app-font);
  --bs-font-sans-serif: var(--app-font);
}

html,
body,
button,
input,
optgroup,
select,
textarea,
code,
kbd,
pre,
samp {
  font-family: var(--app-font) !important;
}
