/* What U Up — Brand Color Tokens
 * Single source of truth for What / U / UP colors.
 * Import this before any other stylesheet.
 */
:root {
    --wuu-what:        #ffffff;
    --wuu-u:           #3b82f6;
    --wuu-up:          #ee4444;

    --wuu-u-subtle:    rgba(59, 130, 246, 0.08);
    --wuu-u-border:    rgba(59, 130, 246, 0.2);
    --wuu-up-subtle:   rgba(238, 68, 68, 0.08);
    --wuu-up-border:   rgba(238, 68, 68, 0.2);
}
