:root {
  --bg: #111111;
  --text: #efefef;
  --muted: #b7b7b7;
  --sheet-bg: rgba(19, 19, 19, 0.9);
  --line: #3e3e3e;
  --line-strong: #666666;
  --hover: #202020;
  --link: #ffd166;
  --link-hover: #ffe3a3;
  --font-main: "Verdana", "Geneva", sans-serif;
  --font-head: "Impact", "Arial Narrow", sans-serif;
}

body {
  background-color: #000000;
  background-image: none;
}
