/* fonts.css - Thai Fonts for E-Learning System */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');

/* Local Thai Fonts */
@font-face {
    font-family: 'TH Sarabun New';
    src: url('/static/fonts/THSarabun.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Sarabun New';
    src: url('/static/fonts/THSarabun Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH Baijam';
    src: url('/static/fonts/TH Baijam.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Baijam';
    src: url('/static/fonts/TH Baijam Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH Chakra Petch';
    src: url('/static/fonts/TH Chakra Petch.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Chakra Petch';
    src: url('/static/fonts/TH Chakra Petch Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH Fahkwang';
    src: url('/static/fonts/TH Fahkwang.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Fahkwang';
    src: url('/static/fonts/TH Fahkwang Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH K2D July8';
    src: url('/static/fonts/TH K2D July8.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH K2D July8';
    src: url('/static/fonts/TH K2D July8 Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH Kodchasal';
    src: url('/static/fonts/TH Kodchasal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Kodchasal';
    src: url('/static/fonts/TH Kodchasal Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH KoHo';
    src: url('/static/fonts/TH KoHo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH KoHo';
    src: url('/static/fonts/TH KoHo Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH Krub';
    src: url('/static/fonts/TH Krub.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Krub';
    src: url('/static/fonts/TH Krub Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH Mali Grade6';
    src: url('/static/fonts/TH Mali Grade6.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Mali Grade6';
    src: url('/static/fonts/TH Mali Grade6 Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TH Niramit AS';
    src: url('/static/fonts/TH Niramit AS.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TH Niramit AS';
    src: url('/static/fonts/TH Niramit AS Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BKK Draft5';
    src: url('/static/fonts/BKKDraft5-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sao Chingcha';
    src: url('/static/fonts/SaoChingcha-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sao Chingcha';
    src: url('/static/fonts/SaoChingcha-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Font utility classes */
.font-sarabun { font-family: 'Sarabun', sans-serif !important; }
.font-thsarabunnew { font-family: 'TH Sarabun New', sans-serif !important; }
.font-thbaijam { font-family: 'TH Baijam', sans-serif !important; }
.font-thchakrapetch { font-family: 'TH Chakra Petch', sans-serif !important; }
.font-thfahkwang { font-family: 'TH Fahkwang', sans-serif !important; }
.font-thk2djuly8 { font-family: 'TH K2D July8', sans-serif !important; }
.font-thkodchasal { font-family: 'TH Kodchasal', sans-serif !important; }
.font-thkoho { font-family: 'TH KoHo', sans-serif !important; }
.font-thkrub { font-family: 'TH Krub', sans-serif !important; }
.font-thmaligrade6 { font-family: 'TH Mali Grade6', sans-serif !important; }
.font-thniramitas { font-family: 'TH Niramit AS', sans-serif !important; }
.font-bkkdraft5 { font-family: 'BKK Draft5', sans-serif !important; }
.font-saochingcha { font-family: 'Sao Chingcha', sans-serif !important; }
