%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#e3f2fd','primaryTextColor':'#000','primaryBorderColor':'#1976d2','lineColor':'#1976d2','secondaryColor':'#fff3e0','tertiaryColor':'#c8e6c9','background':'#ffffff','mainBkg':'#ffffff','secondBkg':'#f5f5f5'}}}%%
graph LR
A[Customers<br/>Arrive] --> B[Queue<br/>▓▓▓]
B --> C[Server<br/>⚙️]
C --> D[Customers<br/>Depart]
style A fill:#e3f2fd,stroke:#1976d2,stroke-width:2px
style B fill:#fff3e0,stroke:#f57f17,stroke-width:2px
style C fill:#c8e6c9,stroke:#388e3c,stroke-width:2px
style D fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px