/* Theme Variables */
:root {
    --primary-color: #22c55e;
    --primary-hover-color: #16a34a;
    --primary-text-color: #22c55e;
    --secondary-bg-color: #dcfce7;
}

.theme-blue {
    --primary-color: #3b82f6;
    --primary-hover-color: #2563eb;
    --primary-text-color: #3b82f6;
    --secondary-bg-color: #dbeafe;
}

.theme-red {
    --primary-color: #ef4444;
    --primary-hover-color: #dc2626;
    --primary-text-color: #ef4444;
    --secondary-bg-color: #fee2e2;
}
