:root {
    --tenant-accent: #e85d75;
    --tenant-accent-strong: #9f2642;
    --tenant-ink: #1f2937;
}

.registration-shell,
.registration-wizard {
    --brand: var(--tenant-accent);
    --brand-dark: var(--tenant-accent-strong);
}

.tenant-hero,
.registration-hero {
    background: linear-gradient(135deg, #e85d75 0%, #f6c453 48%, #2f8f83 100%);
}
