body {
  font-family: var(--font-body);
  color: var(--color-text);
  line-height: 1.7;
  background-color: var(--color-background);
}

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.25;
  color: var(--color-primary);
  font-weight: 600;
}

h1 { font-size: clamp(1.9rem, 5vw, 3.1rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 1rem; }
h3 {
  font-size: 1.05rem;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.01em;
}

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

strong { font-weight: 600; color: var(--color-primary); }

address { font-style: normal; }
