%%{init: {
'theme': 'base',
'themeVariables': {
'fontSize': '22px',
'primaryColor': '#ffffff',
'primaryTextColor': '#000000',
'primaryBorderColor': '#000000',
'lineColor': '#000000',
'secondaryColor': '#ffffff',
'tertiaryColor': '#ffffff'
},
'flowchart': {
'useMaxWidth': true,
'nodeSpacing': 60,
'rankSpacing': 80,
'curve': 'basis'
}
}}%%
flowchart LR
A["Existing<br/>Technologies"] -->|"Combine"| B["New<br/>Technology"]
B -->|"Provides new<br/>components"| C["Expanded<br/>Toolbox"]
C -->|"Enables"| A
B -->|"Reveals new<br/>phenomena"| D["New<br/>Possibilities"]
D -->|"Feeds back"| A
B -->|"Creates new<br/>problems"| E["New<br/>Demands"]
E -->|"Drives"| A
style A fill:#4a7c6f,stroke:#334155,color:#fff
style B fill:#b44527,stroke:#334155,color:#fff
style C fill:#b7943a,stroke:#334155,color:#fff
style D fill:#b7943a,stroke:#334155,color:#fff
style E fill:#b7943a,stroke:#334155,color:#fff