:root {
    --primary-color: oklch(0.4667 0.184 28.38);
}

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

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