/*
 * Be Vietnam Pro — Self-hosted
 * Pesos usados en el tema: 300 Light · 400 Regular · 700 Bold · 800 ExtraBold · 900 Black
 * font-display: block = texto invisible máx ~3s mientras carga (en práctica < 50ms por preload).
 */

/* ── Fallback métrico (Arial con métricas de Be Vietnam Pro) ─────────
   Minimiza el layout shift si la fuente tarda más de lo esperado.     */
@font-face {
  font-family: "Be Vietnam Pro Fallback";
  src: local("Arial");
  ascent-override:   96.65%;
  descent-override:  23.27%;
  line-gap-override:  0.00%;
  size-adjust:       102.02%;
}

/* 300 Light */
@font-face {
  font-family: "Be Vietnam Pro";
  font-style:  normal;
  font-weight: 300;
  font-display: block;
  src: url("be-vietnam-pro/bvp-300.woff2") format("woff2");
}

/* 400 Regular */
@font-face {
  font-family: "Be Vietnam Pro";
  font-style:  normal;
  font-weight: 400;
  font-display: block;
  src: url("be-vietnam-pro/bvp-400.woff2") format("woff2");
}

/* 700 Bold */
@font-face {
  font-family: "Be Vietnam Pro";
  font-style:  normal;
  font-weight: 700;
  font-display: block;
  src: url("be-vietnam-pro/bvp-700.woff2") format("woff2");
}

/* 800 ExtraBold */
@font-face {
  font-family: "Be Vietnam Pro";
  font-style:  normal;
  font-weight: 800;
  font-display: block;
  src: url("be-vietnam-pro/bvp-800.woff2") format("woff2");
}

/* 900 Black */
@font-face {
  font-family: "Be Vietnam Pro";
  font-style:  normal;
  font-weight: 900;
  font-display: block;
  src: url("be-vietnam-pro/bvp-900.woff2") format("woff2");
}
