/* --- CABEÇALHO WR SABOARIA --- */
#cabecalho {
    background-color: #F4ECE4 !important; /* Bege Claro */
    border-bottom: 2px solid #C7AB88 !important; /* Dourado */
}

#cabecalho .logo a, #cabecalho .titulo-categoria {
    font-family: 'Playfair Display', serif !important;
    color: #AB9380 !important; /* Marrom Médio */
    text-transform: uppercase;
}

#cabecalho .bem-vindo {
    color: #5E5A56 !important; /* Cinza Escuro */
    font-family: 'Lato', sans-serif !important;
}

/* --- RODAPÉ WR SABOARIA --- */
#rodape {
    background-color: #5E5A56 !important; /* Cinza Escuro */
    color: #F4ECE4 !important;
}

#rodape .titulo {
    color: #C7AB88 !important; /* Dourado */
    font-family: 'Playfair Display', serif !important;
}

#rodape .institucional, #rodape .contato {
    background-color: transparent !important;
    color: #F4ECE4 !important;
}

#rodape .redes-sociais {
    border-top: 1px solid #AB9380 !important;
    padding-top: 20px;
}

#rodape .pagamento-selos {
    background-color: #F4ECE4 !important;
    padding: 20px 0;
}

/* Ajuste de fontes para os textos gerais */
body, p, span, a {
    font-family: 'Lato', sans-serif !important;
}
