/* Theme Variant: Emerald Dream */
:root {
    --t10-primary: #10B981;
    --t10-primary-light: #34D399;
    --t10-primary-dark: #059669;
    --t10-accent: #F59E0B;
    --t10-bg-body: linear-gradient(135deg, #D1FAE5 0%, #ECFDF5 50%, #CCFBF1 100%);
    --t10-footer-bg: linear-gradient(135deg, #064E3B 0%, #065F46 100%);
}
