@font-face {
  font-family: 'Lexend';
  src: local(Arial);
  size-adjust: 108%;
  ascent-override: 94%;
  descent-override: 17%;
}

@font-face {
  font-family: Lexend;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/lexend-variable.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: Lexend;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/lexend-variable.woff2') format('woff2 supports variations'),
      url('../fonts/lexend-variable.woff2') format("woff2-variations");
  }
}