:root { color-scheme: light; }
body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
  color: #141914;
  line-height: 1.55;
  background: #f3f5f0;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1.75rem;
  font-weight: 650;
}
nav a { color: #365c2c; text-decoration: none; }
nav a:hover { text-decoration: underline; }
h1 { font-size: 1.6rem; letter-spacing: -0.03em; margin: 0 0 0.5rem; }
h2 { font-size: 1.05rem; margin-top: 1.75rem; }
p, li { color: #3d4338; }
a { color: #365c2c; }
