1:root {
2 --background: #1e1e1e;
3 --highlight: #252526;
4 --secondary: #555555;
5 --primary: #d4d4d4;
6 --emphasized: #ffffff;
7
8 --font-body: system-ui, sans-serif;
9 --font-mono: ui-monospace, monospace;
10 --font-heading: system-ui, sans-serif;
11
12 --yellow: #d4a017;
13 --orange: #d05a2b;
14 --red: #cc3333;
15 --magenta: #bb3377;
16 --violet: #9977cc;
17 --blue: #4fc1ff;
18 --cyan: #4ec9b0;
19 --green: #6a9955;
20}