@font-face {
    font-family: "Roboto-fallback";
    size-adjust: 99%;
    ascent-override: 92.27%;
    src: local("Arial");
}

@font-face {
  font-family: Roboto;
  font-weight: 300 800;
  font-display: swap;
  src: url('./fonts/roboto-variable.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: Roboto;
    font-weight: 300 800;
    font-display: swap;
    src: url('./fonts/roboto-variable.woff2') format('woff2 supports variations'),
      url('./fonts/roboto-variable.woff2') format("woff2-variations");
  }
}