:root {
    --color-bg1: #ffffff;
    --color-bg2: #f3f5fb;
    --color1: 70, 120, 255;
    --color2: 0, 180, 255;
    --color3: 120, 80, 255;
    --color4: 100, 140, 255;
    --color5: 180, 130, 255;
    --color-interactive: 60, 120, 255;
    --text-primary: #10131a;
    --text-secondary: #4b5563;
    --text-muted: #555;
    --bg-primary: #fafaf8;
}