/*
Theme Name: MCU Cooperative Theme
Theme URI: https://coop.mcu.ac.th/
Author: Gemini Builder
Description: Professional WordPress Theme for MCU Cooperative. Supports Elementor and Tailwind CSS.
Version: 1.2
License: GNU General Public License v2 or later
Text Domain: mcu-coop
*/

/* FALLBACK STYLES 
   ประกาศตัวแปรสีไว้ที่นี่เพื่อให้แน่ใจว่าแม้ Tailwind CDN จะโหลดช้า 
   สีพื้นฐานขององค์กรก็จะยังแสดงผลได้
*/
:root {
    --mcu-teal: #2F4F4F;
    --mcu-pink: #FF1493;
    --mcu-gold: #D4AF37;
}

body {
    font-family: 'Sarabun', sans-serif;
    margin: 0;
    padding: 0;
}

/* Fallback Classes if Tailwind Fails */
.bg-mcuTeal { background-color: var(--mcu-teal) !important; }
.text-mcuTeal { color: var(--mcu-teal) !important; }
.bg-mcuPink { background-color: var(--mcu-pink) !important; }
.border-mcuPink { border-color: var(--mcu-pink) !important; }
.text-mcuGold { color: var(--mcu-gold) !important; }

/* Sticky Footer Fix */
html, body {
    height: 100%;
}