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