﻿html {
    --cor-primaria: #000;
    --cor-secundaria: #e40421;
    /* TEXTOS */
    --tx-dark: #252525;
    --tx-medium: #737373;
    --tx-light: #d9d9d9;
    --tx-white: #fff;
    --tx-menu-level-1: #000;
    --tx-menu-level-1-hover: #fff;
    --tx-menu-level-2: #000;
    --tx-menu-level-2-hover: #e40421;
    --tx-valor-final-carrinho: #009C2C;
    --tx-newsletter: #fff;
    /* CORES */
    --cor-black: #000;
    --cor-white: #fff;
    --cor-header-icons-tools: var(--cor-secundaria);
    --cor-header-social-links: #fff;
    --cor-header-contato-links: #fff;
    /* BACKGROUNDS */
    --bg-header: #fff;
    --bg-footer: #fcfcfc;
    --bg-search: #fff;
    --bg-body: #fff;
    --bg-menu: #fff;
    --bg-card-produto: #fff;
    --bg-menu-lateral: #fff;
    --bg-menu-mobile: #fff;
    --bg-menu-level-1-hover: #e40421;
    --bg-menu-level-2: #fff;
    --bg-bullet-banner: #000;
    --bg-bullet-banner-active: #e40421;
    --bg-button-primario: #000;
    --bg-btn-produto-hover: #009C2C;
    --bg-img-noticia: #d9d9d9;
    --bg-newsletter: #e40421;
    --bg-pagination-button: #e8e8e8;
    --bg-header-tabela: #565656;
    --bg-star: #fdcc0d;
    --bg-carrinho: #f6f6f6;
    --bg-btn-limpar-carrinho: #e40421;
    --bg-btn-concluir-carrinho: #009C2C;
    --bg-header-top: #e40421;
    /* BORDAS */
    --bd-painel: #d9d9d9;
}
