/* Default Theme — Classic Orange & White */
:root {
    --primary-color: #FF9800;
    --secondary-color: #333333;
    --dark-bg: #2c3e50;
    --dark-text: #ecf0f1;
    --light-gray: #f8f9fa;
    --box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    --transition: all 0.3s ease;
    --body-bg: #f8f9fa;
    --card-bg: #ffffff;
    --nav-bg: #ffffff;
    --text-color: #333333;
    --text-muted: #666666;
    --text-faint: #888888;
    --border-color: #f0f0f0;
    --input-bg: #ffffff;
    --input-border: #dddddd;
    --info-bg: #e3f2fd;
    --info-color: #0d47a1;
    --waiter-btn-bg: #3498db;
    --waiter-btn-hover: #2980b9;
}
