:root {
  color-scheme: light;
  font-family: Inter, system-ui, sans-serif;
  background: #f8f6f3;
  color: #2d1f13;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: #8b5e34;
}
