@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap&subset=vietnamese');

/* Custom Styles for Vietnamese Font Support */

/* Apply Inter font to everything */
body, 
button, 
input, 
select, 
textarea, 
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

/* Ensure headings look premium with the new font */
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* Fine-tune for PrestaShop specific elements if needed */
#header .header-nav .right-nav .user-info,
#header .header-nav .right-nav .cart-preview {
    font-family: 'Inter', sans-serif !important;
}
