/* 
 * Lightx Theme Variables
 * This file will be populated with dynamic CSS variables via PHP
 */

/* Placeholder - will be replaced with dynamic variables */
:root {
    /* Default colors - will be overridden by dynamic CSS */
    --primary-color: #10b981;
    --primary-hover: #059669;
}
