/* Default Theme — Warm Orange */
:root {
    --primary-color:   #FF9800;
    --primary-dark:    #e65100;
    --primary-light:   rgba(255,152,0,0.12);
    --secondary-color: #2c3e50;
    --dark-bg:         #2c3e50;
    --dark-text:       #ecf0f1;
    --light-gray:      #f2f1ed;
    --box-shadow:      0 1px 4px rgba(0,0,0,0.07);
    --box-shadow-md:   0 6px 28px rgba(0,0,0,0.12);
    --transition:      all 0.22s ease;
    --body-bg:         #F2F1ED;
    --card-bg:         #ffffff;
    --nav-bg:          #2c3e50;
    --sidebar-bg:      #2c3e50;
    --sidebar-text:    rgba(255,255,255,0.65);
    --sidebar-hover:   rgba(255,255,255,0.09);
    --sidebar-active:  rgba(255,255,255,0.14);
    --text-color:      #1e1e22;
    --text-muted:      #5a5a68;
    --text-faint:      #9e9eae;
    --border-color:    #e2e2de;
    --input-bg:        #ffffff;
    --input-border:    #d0d0cc;
    --info-bg:         #fff3e0;
    --info-color:      #e65100;
    --waiter-btn-bg:   #FF9800;
    --waiter-btn-hover:#e65100;
}
