:root {
    --primary-color: #362C3F;
}

.theme-card {
    background-color: #fff;
}

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

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

