/* https://github.com/itfoundry/Poppins/tree/master/variable/TTF%20(Beta) */

@font-face {
  font-family: "Poppins-fallback";
  size-adjust: 113%;
  ascent-override: 96%;
  descent-override: 34%;
  src: local("Arial");
}

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

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