:root {
  --paper: #f4f6f8;
  --surface: #ffffff;
  --surface-subtle: #eef2f6;
  --ink: #111820;
  --muted: #53606d;
  --faint: #788591;
  --line: #cfd7df;
  --line-strong: #aeb9c4;
  --accent: #0052d9;
  --accent-strong: #003faa;
  --accent-soft: #e9f1ff;
  --success: #0b7558;
  --focus: #0a66ff;
}

body {
  color: var(--ink);
  background: var(--paper);
}

::selection {
  color: #fff;
  background: var(--accent);
}
