/* Be Vietnam Pro Font Family - Custom Vietnamese Font */
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/themes/BeVietnamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/themes/BeVietnamPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/themes/BeVietnamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/themes/BeVietnamPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/themes/BeVietnamPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply Be Vietnam Pro as primary font */
body,
html {
    font-family: 'Be Vietnam Pro', 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Override Cuba template fonts with Be Vietnam Pro */
.page-wrapper,
.sidebar-wrapper,
.page-header,
.page-body,
.card,
.btn,
.form-control,
.form-select,
.table,
.modal,
.dropdown-menu,
input,
textarea,
select,
button,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Be Vietnam Pro', 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Login page fonts */
.login-card,
.login-main,
.theme-form {
    font-family: 'Be Vietnam Pro', 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Frontend fonts */
.frontend-wrapper,
.navbar,
.hero-section,
.search-section,
.footer {
    font-family: 'Be Vietnam Pro', 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
