:root {
  --r69-red: #ff3b30;
  --r69-gold: #ffd400;
  --r69-green: #18df64;
  --r69-max-width: 1820px;
  --r69-hero-kpi-overlap: -64px;
  --r69-radio-radius: 24px;
}

.r69-registry-theme {
  max-width: var(--r69-max-width);
}

.r69-registry-accent {
  background: linear-gradient(90deg, var(--r69-red), var(--r69-gold), var(--r69-green));
}

.r69-registry-radio {
  border-radius: var(--r69-radio-radius);
}

.r69-registry-kpi-overlap {
  margin-top: var(--r69-hero-kpi-overlap);
}
