@font-face {
  font-family: 'Urbanist-fallback';
  src: local(Arial);
  size-adjust: 97.4%;
  ascent-override: 98%;
}

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