/*
Theme Name: Brumauto Concessionária
Theme URI: https://brumauto.com.br
Author: Brumauto
Author URI: https://brumauto.com.br
Description: Tema WordPress para a concessionária Brumauto, especializada em veículos seminovos.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brumauto
Tags: automotive, dealership, cars, vehicles, business, responsive, modern
*/

body { font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }

/* Ajuste fino nas barras de rolagem */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }


#post-content  p {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 1rem;
}



#post-content ul, #post-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

#post-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #475569;
}


/* Estilos para títulos dentro do conteúdo do post */
#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
}

#post-content h1 {
    font-size: 2.25rem;
    font-weight: 800;
    border-bottom: 3px solid #3b82f6;
    padding-bottom: 0.5rem;
    margin-top: 2.5rem;
}

#post-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.25rem;
}

#post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    border-left: 4px solid #3b82f6;
    padding-left: 1rem;
}

#post-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
}

#post-content h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #4b5563;
}

#post-content h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsividade para títulos */
@media (max-width: 768px) {
    #post-content h1 { font-size: 1.875rem; }
    #post-content h2 { font-size: 1.5rem; }
    #post-content h3 { font-size: 1.25rem; }
    #post-content h4 { font-size: 1.125rem; }
}