/* Font Definitions */
@font-face {
    font-family: 'KhmerOS_battambang';
    src: url('/assets/fonts/KhmerOS_battambang.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KhmerOS_muollight';
    src: url('/assets/fonts/KhmerOS_muollight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('/assets/fonts/Times New Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global Language Based Font Application */

/* Khmer Language - /km */
html[lang="km"] body, html[lang="kh"] body {
    font-family: 'KhmerOS_battambang', sans !important;
}

html[lang="km"] h1, html[lang="km"] h2, html[lang="km"] h3, html[lang="km"] h4, html[lang="km"] h5, html[lang="km"] h6,
html[lang="kh"] h1, html[lang="kh"] h2, html[lang="kh"] h3, html[lang="kh"] h4, html[lang="kh"] h5, html[lang="kh"] h6 {
    font-family: 'KhmerOS_muollight', serif !important;
}

/* English and others - /en, /cn, /ja, etc. */
html[lang="en"] body, html[lang="cn"] body, html[lang="ja"] body, html[lang="zh"] body, html[lang="jp"] body {
    font-family: 'Times New Roman', serif !important;
}

html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3, html[lang="en"] h4, html[lang="en"] h5, html[lang="en"] h6 {
    font-family: 'Times New Roman', serif !important;
}

.text-black { color: #000; }
.text-white { color: #fff; }
.text-red { color: #f44336; }
.text-pink { color: #e91e63; }
.text-purple { color: #9c27b0; }
.text-deep-purple { color: #673ab7; }
.text-indigo { color: #3f51b5; }
.text-blue { color: #2196f3; }
.text-light-blue { color: #03a9f4; }
.text-cyan { color: #00bcd4; }
.text-teal { color: #009688; }
.text-green { color: #4caf50; }
.text-light-green { color: #8bc34a; }
.text-lime { color: #cddc39; }
.text-yellow { color: #ffeb3b; }
.text-amber { color: #ffc107; }
.text-orange { color: #ff9800; }
.text-deep-orange { color: #ff5722; }
.text-brown { color: #795548; }
.text-grey { color: #9e9e9e; }
.text-blue-grey { color: #607d8b; }
