/*
Theme Name: GrowSmart V4
Theme URI: https://growsmart.com.br
Author: GrowSmart
Author URI: https://growsmart.com.br
Description: Tema institucional da GrowSmart V4 — consultoria de marketing estratégico para PMEs. Layout consultivo com GMI, 4 camadas, 9 disciplinas e 4 pacotes. Identidade navy/vermelho/gold com tipografia Bebas Neue + Montserrat + Inter.
Version: 4.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growsmart-v4
Tags: business, consulting, marketing, responsive, custom-post-types, customizer
*/

/* Reset mínimo. Todo o styling fica em Tailwind inline (header.php) + assets/css/custom.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; line-height: 1.6; color: #011427; background: #FBFAF7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
