:root {
  --ink: #15130f;
  --charcoal: #24201b;
  --paper: #f7f2ea;
  --paper-strong: #fffaf2;
  --sand: #c6a27d;
  --sand-deep: #9d7856;
  --sage: #7d8c76;
  --line: rgba(36, 32, 27, 0.12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
}

button,
input,
select,
textarea { font: inherit; }

button { cursor: pointer; }
