:root {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Inter, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 16px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.3rem, 4.5vw, 4.1rem);
}

h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
}

h3 {
  font-size: 1.3rem;
}

p,
li {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: var(--accent-dark);
}
