@font-face {
  font-family: 'Epilogue-Fallback';
  src: local(Arial);
  size-adjust: 110.83%;
  ascent-override: 67%;
}


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

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