@font-face {
  font-family: "Instrument Sans-fallback";
  size-adjust: 102%;
  ascent-override: 95%;
  descent-override: 21%;
  src: local("Arial");
}

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

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