/* Shared web styles for Lunéole */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Nunito, system-ui, -apple-system, sans-serif;
  color: var(--cream-100);
  background: var(--night-950);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
