%%{init: {'theme':'base', 'themeVariables': { 'fontSize':'18px'}}}%%
flowchart LR
A[Read] --> B[Explore] --> C[Assume] --> D[Analyze] --> E[Assess] --> F[Present] --> G[Publish]
style A fill:#e74c3c,stroke:#333,stroke-width:2px,color:#fff
style B fill:#f39c12,stroke:#333,stroke-width:2px,color:#fff
style C fill:#f1c40f,stroke:#333,stroke-width:2px,color:#333
style D fill:#2ecc71,stroke:#333,stroke-width:2px,color:#fff
style E fill:#3498db,stroke:#333,stroke-width:2px,color:#fff
style F fill:#9b59b6,stroke:#333,stroke-width:2px,color:#fff
style G fill:#1abc9c,stroke:#333,stroke-width:2px,color:#fff