@font-face {
  font-family: 'Be Vietnam Pro-Fallback';
  src: local(Arial);
  size-adjust: 106.7%;
  ascent-override: 93.11%;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
  src: url('../fonts/be-vietnam-pro-variable.woff2') format(woff2) tech(variations);
}

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