:root {
  color-scheme: light;
  --xs-ink: #17211d;
  --xs-muted: #5d6863;
  --xs-paper: #f4f1e8;
  --xs-surface: #fffdf7;
  --xs-line: #cdd3cd;
  --xs-accent: #176b55;
  --xs-accent-strong: #0d4f3e;
  --xs-warning: #805b18;
  --xs-danger: #8a342d;
  --xs-font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
  --xs-font-mono: "Cascadia Mono", "Segoe UI Mono", monospace;
  --xs-radius-small: 0.4rem;
  --xs-radius-medium: 0.85rem;
  --xs-shadow: 0 1rem 3rem rgb(23 33 29 / 10%);
}
