/*
Theme Name: ThaiVote69 Landing Page
Theme URI: https://thaivote69.com
Author: Gemini AI
Description: Landing page สำหรับการเลือกตั้ง 2569 ที่สร้างด้วย React และ WordPress Standard Template.
Version: 1.2 (With Fluid Typography)
Text Domain: thaivote69
*/

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

body {
    font-family: 'Kanit', sans-serif;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

/* --- Fluid Typography (เทคนิคจากวิดีโอ) --- */
.fluid-h1 {
    font-size: clamp(4rem, 15vw + 1rem, 12rem); 
    line-height: 0.9;
}

.fluid-p {
    font-size: clamp(1.1rem, 2vw + 0.5rem, 1.8rem);
    line-height: 1.4;
}

/* Custom Utilities */
.text-glow {
    text-shadow: 0 0 20px rgba(234, 179, 8, 0.5);
}

.clip-slant {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

/* Scrollbar Customization */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #0f172a; 
}
::-webkit-scrollbar-thumb {
    background: #334155; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #eab308; 
}
