:root {
  --paper: #f3efe6;
  --ink: #1a1814;
  --muted: #5c574e;
  --line: #ddd6c8;
  --card: #fffdf8;
  --forest: #1e3d32;
  --forest-hover: #163028;
}

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

.dropzone.is-active {
  border-color: var(--forest);
  background: #eef4f0;
}

button, a, input, select, textarea, label {
  touch-action: manipulation;
}
