:root {
    --primary-color: oklch(0.9249 0.1943 102.89);
}

.theme-cta-button {
    background-color: var(--primary-color);
}

.theme-header {
    margin-top: 2rem;
}
