:root {
    --primary-color: #93EA2D;
}

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

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