:root {
    --primary-color: oklch(0.7153 0.1835 48.29);
}

.theme-card {
}

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

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

