:root { 
    --bg: #f9f9f9; 
    --text: #1a1a1a; 
}

body { 
    font-family: system-ui, 
    -apple-system, sans-serif; 
    background: var(--bg); 
    color: var(--text); 
    margin: 0; 
}