/* One orange for the entire interface, matched to “What could we create?” */
:root {
  --brand-orange:#ff713d;
  --brand-orange-rgb:255,113,61;
  --headline-orange:var(--brand-orange);
}
