/* Capty - Light Theme */

.capty--light {
    --capty-bg: #ffffff;
    --capty-border: #e2e8f0;
    --capty-text: #1a202c;
    --capty-accent: #3b82f6;
    --capty-success: #22c55e;
    --capty-error: #ef4444;
    --capty-muted: #94a3b8;
    --capty-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}
