:root {
  --color-canvas: #f7f5ef;
  --color-surface: #fffdf8;
  --color-surface-soft: #edf3ee;
  --color-text: #26332e;
  --color-text-muted: #5e6b65;
  --color-primary: #356858;
  --color-primary-deep: #244d41;
  --color-accent: #c8724f;
  --color-border: #dce3dc;
  --color-focus: #b55332;

  --font-sans: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;

  --radius-small: 0.5rem;
  --radius-large: 1.5rem;
  --shadow-soft: 0 1.25rem 3rem rgb(38 51 46 / 10%);
  --content-width: 72rem;
}
