:root {
    --cor_primaria: #A9D84E;
    --cor_secundaria: #305726;
    --cor_cabecalho: #f9f9f9;
    --icones_cabecalho: #A9D84E;
    --icones_cabecalho_hover: #305726;
    --icones_texto_cabecalho: #305726;
    --cor_menu: #305726;
    --texto_menu: #fff;
    --botao: #283618;
    --texto_botao: #fff;
    --botao_hover: #bc6c25;
    --texto_botao_hover: #fff;
    --botao_comprar: #4CAF50;
    --texto_botao_comprar: #fff;
    --footer: #283618;
    --texto_footer: #fff;
    --txt-global: #3b3e38;
}