@font-face {
  font-family: Onest-fallback;
  size-adjust: 106%;
  ascent-override: 91%;
  descent-override: 25.4%;
  src: local("Arial");
}

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

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