:root {
  --bg: #f7f3ee;
}

body {
  background: var(--bg);
  margin: 0;
}
