@font-face {
  font-family: "Nunito Sans-fallback";
  size-adjust: 101.36000000000007%;
  ascent-override: 111%;
  src: local("Arial");
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/nunito-sans/nunito-sans-variable.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: "Nunito Sans";
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/nunito-sans/nunito-sans-variable.woff2') format('woff2 supports variations'),
      url('../fonts/nunito-sans/nunito-sans-variable.woff2') format("woff2-variations");
  }
}