:root {--cor_primaria: #104b36;--cor_secundaria: #222222;--cor_botao: #104b36;--cor_botao_hover: #104b36;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #104b36;--pre_cabecalho: #f9f0cd;--cor_texto_pre_cabecalho: #104b36;--cor_cabecalho: #104b36;--cor_icones: #f9f0cd;--cor_icones_hover: #f9f0cd;--cor_texto_icones: #f9f0cd;--cor_menu: #104b36;--cor_texto_menu: #f9f0cd;--cor_newsletter: #104b36;--cor_texto_newsletter: #f9f0cd;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #333333;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}

@font-face {
  font-family: Bertioga;
  src: url('https://cdn.awsli.com.br/2725/2725386/arquivos/bertiogasans-light.ttf') format (truetype)
}

body {
    font-family: "Bertioga", sans-serif;
     zoom: 0.85; /* Coloca o zoom em 200%; */
     background: #F3F5F6;
}

.titulo, a, body, button, h1, h2, h3, h4, h5, h6, input, p, span {
    font-family: "Bertioga", sans-serif
}

/* ALTERANDO COR DO FUNDO DO CONTAINER CENTRAL */
#corpo>.conteiner {
    background: #F3F5F6 !important;
}

