/* Stirkbin: compact IRC-era paste utility. User-directed presentation. */
:root {
  --color-paper: #e9edf0;
  --color-surface: #f5f6f7;
  --color-editor: #fff;
  --color-ink: #222;
  --color-muted: #555;
  --color-rule: #aab1b7;
  --color-link: #164a94;
  --color-focus: #1856a0;
  --color-error: #9d1818;
  --color-success: #245b24;
  --font-body: Arial, Verdana, sans-serif;
  --font-code: 'Courier New', Courier, monospace;
}
