:root {
    --primary-color: #383838;
    --secondary-color: #c2c2c2;
    --accent-color: #e60000;
    --text-dark: #383838;
    --text-light: #666;
    --text-muted: #999;
    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #f39c12;
    --info-color: #3498db;
}