/* ============================================================
   AN PHÁT 43 — Vietnamese override
   Đặt sau style.css để override font Barlow gốc
   Giữ nguyên màu primary cam #ff5f13 của template
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap");

body,
p,
a,
span,
li,
input,
textarea,
button,
.btn,
.white-btn,
.boxed-btn {
    font-family: 'Be Vietnam Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
}

/* Stock-text hero (AN PHÁT / 43) — giữ font Teko mạnh hơn cho hero,
   nhưng vẫn fallback Be Vietnam Pro */
.stock-text h2 {
    font-family: 'Be Vietnam Pro', 'Teko', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
}

/* Section title — back text giữ font Barlow gốc, không sửa */

/* ============================================================
   Menu active state — đánh dấu trang hiện tại
   ============================================================ */
.main-header .main-menu ul li.active > a {
    color: #ff5f13;
}
