/*
Theme Name:       LZM 2026
Theme URI:        https://lzmdigital.com.br
Description:      Tema filho de alta performance baseado no Twenty Twenty-Five. Arquitetura validada para infraestrutura crítica, segurança e otimização matemática.
Author:           LZM
Author URI:       https://lzmdigital.com.br
Template:         twentytwentyfive
Version:          1.0.0
Requires at least: 6.7
Tested up to:     6.8
Requires PHP:     8.1
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:      lzm-2026
Tags:             block-theme, full-site-editing, custom-colors, custom-typography, accessibility-ready
*/

/* * AVISO DE ENGENHARIA: 
 * Nenhuma regra de CSS deve ser escrita neste arquivo. 
 * O Twenty Twenty-Five é um Block Theme (FSE). Todo o design system 
 * (variáveis de cor, tipografia e espaçamento) será controlado 
 * estritamente via theme.json e pelas variações na pasta /styles/.
 */


@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation-item__content {
        line-height: var(--lzm-header-height, normal) !important;        
    }
}