@font-face {
  font-family: 'Bespoke Sans-fallback';
  src: local(Arial);
  size-adjust: 103.59%;
  ascent-override: 95.56%;
  descent-override: 30.45%;
}

@font-face {
  font-family: "Bespoke Sans";
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/bespoke-sans-variable.woff2') format(woff2) tech(variations);
}

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