/**
 * KinStay App Prototype — Theme (easy to change for experiments)
 * Values match colors.yaml; override :root in a separate file or inline to try new palettes.
 */
:root {
    --ks-primary:       #2D6A4F;
    --ks-primary-dark:  #1B4332;
    --ks-secondary:     #40916C;
    --ks-accent:        #B7E4C7;
    --ks-accent-dark:   #95D5B2;
    --ks-text-dark:     #1B4332;
    --ks-text-muted:    #2D3436;
    --ks-border:        #95D5B2;
    --ks-bg:            #F8FDF9;
    --ks-bg-card:       #D8F3DC;
    --ks-white:         #FFFFFF;
    --ks-success:       #22c55e;
    --ks-error:         #ef4444;
}
