@font-face {
  font-family: "Exo Two-fallback";
  size-adjust: 102.11000000000006%;
  ascent-override: 91%;
  src: local("Arial");
}

@font-face {
  font-family: "Exo Two";
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/exo-two-variable.woff2') format(woff2) tech(variations);
}

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