:root {
    --primary-color: oklch(57.7% 0.245 27.325);
}

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