@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
:root{--igreen-verde:#72b951;--igreen-verde-escuro:#5a9441;--cor-primaria-texto:#1a202c;--cor-secundaria-texto:#4a5568;--cor-fundo-claro:#f7fafc;--cor-fundo-branco:#fff;--cor-azul-acao:#0070f3}html,body{background-color:var(--cor-fundo-branco);color:var(--cor-secundaria-texto);margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:var(--cor-primaria-texto);margin:0;line-height:1.3}a{color:var(--cor-azul-acao);text-decoration:none}img,video{max-width:100%;height:auto}*{box-sizing:border-box}
