:root {
  --amber: #F5AC20;
  --amber-dark: #C4880A;
  --charcoal: #2B251F;
  --cream: #FAF7F0;
  --sand: #F2EDE3;
  --muted: #7A736B;
  --body: 'DM Sans', system-ui, sans-serif;
}

body { background: var(--cream); }
