/* Theme layer: the base Growth theme is intentionally variable-driven.
   Premium/luxury can be added later with body.theme-premium overrides. */
.theme-growth {
  --color-primary: var(--color-green-700);
}

.theme-premium {
  --font-heading: Georgia, "Times New Roman", serif;
  --color-green-900: #0d3422;
  --color-green-700: #226c3f;
  --section-y: clamp(5.5rem, 9vw, 8.5rem);
}
