:root {
  color-scheme: dark;
  --bg: #16181c;
  --surface: #212429;
  --surface-2: #282c33;
  --line: #33383f;
  --text: #d7dbe0;
  --muted: #8b929c;
  --cat: #3a6d9e;
  --cat-2: #2f5c88;
  --block: #5c9c3e;
  --link: #6ea8dc;
  --brass: #c8952f;
  --flag: #d9822b;
  --ink: #101215;
  --wall: #1b1e23;
}
