/*
Theme Name:  Instituto Manacá
Theme URI:   https://institutomanaca.org.br
Description: Tema oficial do Instituto Manacá — ONG de conservação da biodiversidade da Mata Atlântica.
Version:     1.0.0
Author:      Instituto Manacá
Author URI:  https://institutomanaca.org.br
Text Domain: instituto-manaca
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:        one-page, custom-colors, custom-logo, full-width-template
*/

/* =========================================================
   TOKENS
   ========================================================= */
:root {
  --color-primary:   #005423;
  --color-verde-2:   #4d7335;
  --color-dark:      #16201a;
  --color-white:     #ffffff;
  --color-header-bg: #eed8ce;
  --color-bg:        #fbf3f0;

  --font-body:    'Public Sans', sans-serif;
  --font-display: 'Preuksa', 'Georgia', serif;
}

/* =========================================================
   RESET
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: var(--font-body); color: var(--color-dark); line-height: 1.5; background: var(--color-white); }
img   { display: block; max-width: 100%; height: auto; }
a     { text-decoration: none; color: inherit; }
ul    { list-style: none; }
