:root {
  --ra-gold: #B8960C;
  --ra-gold-light: #D4B030;
  --ra-gold-dark: #8A6E08;
  --ra-gold-muted: rgba(184,150,12,0.08);
  --ra-bg: #F5EDD8;
  --ra-bg-alt: #EDE0C4;
  --ra-dark-card: #FDF5E6;
  --ra-text: #2C1A0E;
  --ra-text-muted: #8A7060;
  --ra-white: #6B1F2A;
  --ra-border: #D4C4A0;
  --ra-border-subtle: #EAE0C8;
  --ra-success: #2E7D32;
  --ra-danger: #C62828;
  --ra-warning: #E65100;
  --ra-info: #1565C0;
  --ra-shadow: 0 1px 3px rgba(0,0,0,0.08);
  --ra-shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
}
body { background-color: #F5EDD8; color: #2C1A0E; }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { color: #6B1F2A; }
.ra-navbar { background: #6B1F2A; }
.ra-navbar .nav-link { color: #F5EDD8 !important; }
.ra-navbar .nav-link:hover,.ra-navbar .nav-link.active { color: #B8960C !important; }
.ra-announce-bar { background: #B8960C; color: #FFFFFF; }
.ra-footer { background: #3D1018; color: #C8B09A; }
.ra-footer h5 { color: #FFFFFF; }
.ra-footer ul li a { color: #C8B09A; }
.ra-footer ul li a:hover { color: #FFFFFF; }
.ra-footer-bottom { color: #C8B09A; }
.form-control,.form-select { background-color: #FFFDF5; border-color: #C8A870; color: #2C1A0E; }
.form-control:focus,.form-select:focus { background-color: #FFFDF5; border-color: #B8960C; color: #2C1A0E; box-shadow: 0 0 0 0.15rem rgba(184,150,12,0.15); }
.form-label { color: #5A3A28; }
.btn-gold { background: #B8960C; }
.btn-gold:hover { background: #8A6E08; box-shadow: 0 4px 15px rgba(184,150,12,0.25); }
.btn-outline-gold { border-color: #B8960C; color: #B8960C; }
.btn-outline-gold:hover { background: #B8960C; }
.card { background: #FDF5E6; border-color: #EAE0C8; color: #2C1A0E; }
.ra-product-card { background: #FDF5E6; }
.ra-product-name { color: #6B1F2A; }
.ra-product-name a { color: #6B1F2A; }
.ra-product-name a:hover { color: #B8960C; }
.ra-price-current { color: #6B1F2A; }
.ra-product-price { color: #6B1F2A; }
.ra-section-title h2 { color: #6B1F2A; }
.ra-product-badge { background: #6B1F2A; color: #FFFFFF; }
.btn:focus,.btn:active:focus,.btn-link.nav-link:focus,.form-control:focus,.form-check-input:focus { box-shadow: 0 0 0 0.15rem rgba(184,150,12,0.2); }
::-webkit-scrollbar-track { background: #EDE0C4; }
::-webkit-scrollbar-thumb { background: #B8960C; }
.ra-search-form .form-control { background: #EDE0C4; border-color: #D4C4A0; color: #2C1A0E; }
.ra-search-form .form-control:focus { background: #FDF5E6; border-color: #B8960C; }
.table-dark { --bs-table-bg: #FDF5E6; --bs-table-color: #2C1A0E; --bs-table-border-color: #EAE0C8; --bs-table-striped-bg: #F5EDD8; --bs-table-hover-bg: #EDE0C4; --bs-table-hover-color: #2C1A0E; }
.table-dark th { color: #8A7060; background: #F5EDD8; }
