/* LeatherAlchemy default — warm brown leather palette */
:root {
  --brand-font: Poppins, Arial, sans-serif;
  --brand-bg: #ffffff;
  --brand-text: #222222;
  --brand-primary: #6b3f23;
  --brand-primary-hover: #56311b;
  --brand-announcement-bg: #5a3215;
  --brand-announcement-text: #ffffff;
  --brand-nav-bg: #ffffff;
  --brand-section-bg: #f7f4f0;
  --brand-footer-bg: #000000;
  --brand-footer-text: #ffffff;
  --brand-cta-text: #ffffff;
}
