@font-face {
  font-family: 'Manrope-Fallback';
  src: local(Arial);
  size-adjust: 102%;
  ascent-override: 110%;
}

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

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