:root {
  --cloud-bg: #f4ebe3;
  --cloud-ink: #2b1c14;
  --cloud-muted: #7a5343;
  --cloud-accent: #c46a45;
  --cloud-accent-ink: #fff8f2;
  --cloud-paper: #fff8f2;
  --cloud-line: #e2cfc4;
  --cloud-font: Georgia, "Times New Roman", serif;
  --cloud-font-heading: Georgia, "Times New Roman", serif;
  --cloud-font-mono: ui-monospace, "Cascadia Code", Consolas, monospace;
  --cloud-measure: 42rem;
  --cloud-radius: 4px;
  --cloud-space: 1.25rem;
  --cloud-button-bg: #c46a45;
  --cloud-button-ink: #fff8f2;
  --cloud-button-hover: #a35435;
  --cloud-quote-border: #c46a45;
  --cloud-code-bg: #efe4db;
  --cloud-table-head: #efe4db;
}
