/* ✅ Be Vietnam Pro - self-hosted fonts */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* 🔥 Không chặn render, tránh nhảy chữ */
  src: url('../fonts/be-vietnam-pro/be-vietnam-pro-v12-latin-regular.woff2') format('woff2');
  unicode-range: U+000-5FF; /* ⚙️ Giới hạn ký tự để trình duyệt chọn font nhanh hơn */
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro/be-vietnam-pro-v12-latin-500.woff2') format('woff2');
  unicode-range: U+000-5FF;
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro/be-vietnam-pro-v12-latin-700.woff2') format('woff2');
  unicode-range: U+000-5FF;
}

/* 🔹 Khai báo fallback để tránh giật layout khi font chưa tải */
body {
  font-family: 'Be Vietnam Pro', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
