body {
  font-family: var(--font);
  font-size: 1rem;
  color: var(--text-1);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-1);
  letter-spacing: -0.02em;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.375rem; }
h3 { font-size: 1.125rem; }

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

small {
  font-size: 0.875rem;
  color: var(--text-2);
}
