:root {
    --primary-color: oklch(0.32 0.15 327);
}

.theme-top-bar [alt="Logo"] {
    filter: drop-shadow(0 0 2px var(--primary-color));
}

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

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

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