:root {
    --brand-primary: #64748b;
    --brand-primary-hover: #475569;
    --brand-secondary: #334155;
    --brand-on-primary: #ffffff;
    --brand-surface-tint: #f1f5f9;
    --brand-footer-background: #1e293b;
}

.bg-colorido,
.theme-bg1 {
    background-color: var(--brand-primary) !important;
}

/* main.css troca o fundo do header para branco quando ele fica sticky. */
#header-sticky.header-1.sticky {
    background: var(--brand-primary) !important;
}

.theme-clr {
    color: var(--brand-primary) !important;
}

.bg-footer {
    background: var(--brand-footer-background) !important;
}

.theme-btn:hover,
.theme-btn:focus {
    background-color: var(--brand-primary-hover);
}

.bg-colorido .cor-icon,
.bg-colorido .cor-icon-login,
.bg-colorido .text-preto,
.bg-colorido .text-categorias {
    color: var(--brand-on-primary) !important;
}
