:root {
  --bg: #111;
  --fg: #f0f0f0;
  --muted: #888;
  --line: rgba(255,255,255,0.12);
  --accent: #f0f0f0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html[data-theme="light"] {
  --bg:    #f0f0f0;
  --fg:    #111111;
  --muted: #555555;
  --line:  rgba(0,0,0,0.12);
}
