Parent [>]
1:root {
2  --background: #002b36;
3  --highlight:  #073642;
4  --secondary:  #586e75;
5  --primary:    #839496;
6  --emphasized: #93a1a1;
7
8  --font-body:    system-ui, sans-serif;
9  --font-mono:    ui-monospace, monospace;
10  --font-heading: system-ui, sans-serif;
11
12  --yellow:  #b58900;
13  --orange:  #cb4b16;
14  --red:     #dc322f;
15  --magenta: #d33682;
16  --violet:  #6c71c4;
17  --blue:    #268bd2;
18  --cyan:    #2aa198;
19  --green:   #859900;
20}