/* Palette override: preto e branco com acento vermelho */
:root,
:host {
  --color-brand-dark: #1a1a1a !important;
  --color-brand-navy: #2d2d2d !important;
  --color-brand-red: #1a1a1a !important;
  --color-brand-gold: #d32f2f !important;
  --color-brand-gold-dark: #a61b1b !important;
  --color-brand-green: #1a1a1a !important;
  --color-brand-teal: #1a1a1a !important;
  --color-brand-teal-dark: #2d2d2d !important;
  --color-brand-teal-light: #e5e5e5 !important;
}
