:root {
    --primary-color: oklch(0.7434 0.077 169.56);
}

.theme-logo {
    filter: drop-shadow(0 0 .5rem var(--color-stone-500));
}

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

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