/* ==========================================================================
   Be Vietnam Pro — self-hosted (Latin + Vietnamese subset)
   Tự host trên server, không gọi ra Google Fonts. font-display: swap
   ========================================================================== */

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/BeVietnamPro-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/BeVietnamPro-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/BeVietnamPro-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/BeVietnamPro-Bold.woff2') format('woff2');
}

/* --------------------------------------------------------------------------
   Áp dụng font cho toàn site. Đặt !important để đè lên Flatsome/plugin khác.
   Nếu muốn giữ font gốc cho tiêu đề, xóa h1..h6 khỏi danh sách bên dưới.
   -------------------------------------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
h1, h2, h3, h4, h5, h6,
.heading-font,
.nav > li > a,
.button {
  font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}
