@font-face {
  font-family: "Epunda Slab-Fallback";
  src: local(Arial);
  size-adjust: 92.33%;
  ascent-override: 106.78%;
  descent-override: 29.57%;
}

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

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