:root {
  --text-display: clamp(3.25rem, 7vw, 5.75rem);
  --text-h1: clamp(2.5rem, 5vw, 3.5rem);
  --text-h2: clamp(1.75rem, 3.4vw, 2.25rem);
  --text-h3: clamp(1.125rem, 2vw, 1.5rem);
  --text-body-lg: 1.125rem;
  --font-size-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-caption: 0.75rem;
}

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

h1, h2, h3, h4, h5, h6 {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: var(--text-h1); }
h2 { font-size: var(--text-h2); }
h3 { font-size: var(--text-h3); }

p { margin: 0; }

.ct-kicker {
  color: var(--violet-500);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ct-display {
  font-family: var(--font-display);
  font-size: var(--text-display);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.ct-meta {
  color: var(--text-muted);
  font-size: var(--text-caption);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
