:root {
    --primary: #d5f0f8;
}

.bg-gradient-primary {
    background-color: var(--primary) !important;
    background-image: none;
}