:root {
  --ink: #1d2324;
  --ink-soft: #465052;
  --paper: #eee8d9;
  --paper-deep: #d7cebc;
  --night: #10191d;
  --night-2: #18262b;
  --rust: #a95139;
  --rust-dark: #793b2d;
  --line: rgba(29, 35, 36, .18);
  --cream: #f8f3e8;
  --shadow: 0 20px 60px rgba(16, 25, 29, .16);
  --radius: 4px;
  --serif: Georgia, 'Songti SC', 'STSong', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}
