:root {
  --forest: #4C6A4E;
  --sand: #E5D8B7;
  --black: #1A1A1A;
  --white: #FFFFFF;
}
body { background: var(--sand); margin: 0; padding: 0; }