/* modern.css */
:root {
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen;
}
body {
  font-family: var(--font);
  line-height: 1.6;
  background: #f9f9f9;
  color: #222;
  margin: 0;
  padding: 1rem;
}
h1, h2 {
  color: #333;
}