/* ==========================================================================
   ส่วนที่ 1: ประกาศฟอนต์ (Font Face)
   ========================================================================== */
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_Th.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_XBd.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed TH';
    src: url('fonts/LINESeedSansTH_W_He.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   ส่วนที่ 2: บังคับฟอนต์ + ปรับความคมชัด (Smoothing)
   ========================================================================== */

/* 1. กลุ่มข้อความหลัก (Main Text) - ใส่ Smoothing ที่นี่ */
body, h1, h2, h3, h4, h5, h6,
p, a, li, ul, ol, dl, dt, dd,
input, button, select, textarea, label, legend,
th, td, blockquote, pre, code,
strong, b, em, mark {
    font-family: 'LINE Seed TH', sans-serif !important;
    
    /* คำสั่งทำให้ตัวหนังสือคมชัด (Antialiased) */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* 2. กลุ่ม Elementor Widget (เฉพาะจุดที่เป็นข้อความ) */
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-icon-box-title,
.elementor-icon-box-description,
.elementor-image-box-title,
.elementor-image-box-description,
.elementor-button {
    font-family: 'LINE Seed TH', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* 3. ตั้งค่าตัวแปรระบบ (System Variables) */
:root {
    --e-global-typography-primary-font-family: 'LINE Seed TH', sans-serif !important;
    --e-global-typography-secondary-font-family: 'LINE Seed TH', sans-serif !important;
    --e-global-typography-text-font-family: 'LINE Seed TH', sans-serif !important;
    --e-global-typography-accent-font-family: 'LINE Seed TH', sans-serif !important;
}