:root {
    --color-bg: #1a1a2e;
    --color-card: #16213e;
    --color-primary: #e94560;
    --color-secondary: #0f3460;
    --color-text: #eeeeee;
    --color-muted: #888888;
    --color-success: #2ecc71;
    --breakpoint-mobile: 768;
}
