:root {
  --black: #0b0b0c;
  --ink: #141416;
  --white: #ffffff;
  --paper: #f6f5f3;
  --line: rgba(0, 0, 0, 0.12);
  --line-soft: rgba(0, 0, 0, 0.07);
  --red: #e0263e;
  --muted: #6b6b6e;
  --bg: var(--paper);
  --surface: var(--white);
  --surface-2: #cccccc;
  --text: var(--black);
  --text-soft: var(--muted);
  --border: var(--line);
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  --radius: 2px;
  --black-text: #0b0b0c;
}
[data-theme="dark"] {
  --bg: #0b0b0c;
  --surface: #151517;
  --surface-2: #2a2a2c;
  --text: #f3f2f0;
  --text-soft: #9a9a9d;
  --border: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.08);
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  --black-text: #f3f2f0;
}
