:root {
    --primary-color: #dc7123;
}

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