@font-face {
  font-family: "Gemunu Libre-fallback";
  size-adjust: 78.88%;
  ascent-override: 112.23%;
  src: local("Arial");
}

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

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