:root {
    --cor_primaria: #000000;
    --cor_secundaria: #766768;
    --cor_cabecalho: #000000;
    --icones_cabecalho: #f2adb6;
    --icones_cabecalho_hover: #432308;
    --icones_texto_cabecalho: #222;
    --cor_menu: #766768;
    --texto_menu: #fff;
    --botao: #b7a697;
    --texto_botao: #fff;
    --botao_hover: #9c8b7c;
    --texto_botao_hover: #fff;
    --botao_comprar: #4CAF50;
    --texto_botao_comprar: #fff;
    --footer: #b7a697;
    --texto_footer: #fff;
    --txt-global: #3b3e38;
}