/* Font Bai Jamjuree */
@font-face {
    font-family: 'Bai Jamjuree';
    src: url('fonts/BaiJamjuree-Light.woff2') format('woff2'),
         url('fonts/BaiJamjuree-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('fonts/BaiJamjuree-Regular.woff2') format('woff2'),
         url('fonts/BaiJamjuree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('fonts/BaiJamjuree-Medium.woff2') format('woff2'),
         url('fonts/BaiJamjuree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('fonts/BaiJamjuree-SemiBold.woff2') format('woff2'),
         url('fonts/BaiJamjuree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('fonts/BaiJamjuree-Bold.woff2') format('woff2'),
         url('fonts/BaiJamjuree-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Áp dụng font Bai Jamjuree cho toàn bộ trang web */
body, 
h1, h2, h3, h4, h5, h6, 
p, span, div, 
button, input, select, textarea {
    font-family: 'Bai Jamjuree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
}

/* Tối ưu hiển thị font */
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
