/* Render-blocking first-paint palette. Keep this file separate from the legacy bundle. */
html,
body {
    background-color: #0d0d20 !important;
}

body > .content,
.home-main,
.home-products,
.home-how-it-works {
    background: #0d0d20 !important;
}

.card {
    background-color: #1b1b33;
}

.card.card-secondary {
    background-color: #121225;
}
