@font-face {
  font-family: 'General Sans-fallback';
  src: local(Arial);
  size-adjust: 98.78%;
  ascent-override: 104.37%;
  descent-override: 29.09%;
}

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

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