/* ========================================
   VARIÁVEIS DE CORES DO PROJETO
   ======================================== */

:root {
  /* ===== CORES PRIMÁRIAS ===== */
  --primary-red: #EB0000; /* Botões, links, títulos */
  --primary-red-hover: #c40000; /* Hover de botões */
  
  /* ===== CORES DO HEADER ===== */
  --header-top-bg: #D9D9D9; /* .header-top background */
  --header-menu-bg-default: #EB0000; /* .header-menu style.css */
  --header-menu-text-home: #161616; /* .header-menu ul li a home */
  --header-menu-text-default: #FFFFFF; /* .header-menu ul li a padrão */
  --header-info-bg-default: #434343; /* .header-info style.css */
  --header-info-text: #FFFFFF; /* .header-info ul li */
  
  /* ===== CORES DO FOOTER ===== */
  --footer-top-bg: #888888; /* .footer-top */
  --footer-bottom-bg: #000000; /* .footer-bottom */
  --footer-mobile-bg: #EB0000; /* .mobile-bottom-bar, .footer-mobile-menu */
  --footer-mobile-text: #FFFFFF; /* .footer-mobile-menu a */
  
  /* ===== CORES DE FOCO/ATIVO ===== */
  --button-primary-bg: #EB0000; /* .btn-submit, .form-button button */
  --button-primary-hover: #c40000; /* .form-button button:hover */
  /*--button-submit-hover: #c90000;*/ /* .btn-submit:hover product.css */
  /*--checkbox-checked-bg: #EB0000;*/ /* input:checked + .custom-checkbox */
  /*--checkbox-privacy-checked: #D1D1D1;*/ /* .checkbox-privacy:checked */

  /* ===== CORES ESPECÍFICAS DE PRODUTO ===== */
  /*--button-proposal-bg: #659F41;*/ /* .btn-proposta product.css */
  /*--price-color: #3C6229;*/ /* .price-current product.css */
  
  /* ===== CORES DE TEXTO ===== */
  /*--text-primary: #161616;*/ /* Textos principais */
  /*--text-secondary: #5D5D5D;*/ /* Textos secundários */
  /*--text-light: #888888;*/ /* Placeholders, textos claros */
  /*--text-white: #FFFFFF;*/ /* Textos brancos */
  
  /* ===== CORES DE BORDA ===== */
  /*--border-primary: #D1D1D1;*/ /* Bordas padrão */
  /*--border-dark: #000000;*/ /* Bordas escuras */
  
  /* ===== CORES DE FUNDO ===== */
  /*--bg-light: #F6F6F6;*/ /* Fundos claros */
  /*--bg-white: #FFFFFF;*/ /* Fundos brancos */
  /*--bg-gray: #D9D9D9;*/ /* Fundos cinza */
}