/* Force override for Netlify cache issues */
:root {
  --bg: #190000 !important;
  --text: #ffffff !important;
  --primary: #dc2626 !important;
  --primary-contrast: #ffffff !important;
  --card: #EFB100 !important;
  --border: #e2e8f0 !important;
}

html[data-theme="light"] {
  --bg: #190000 !important;
  --text: #ffffff !important;
}

html[data-theme="dark"] {
  --bg: #190000 !important;
  --text: #ffffff !important;
}

body {
  background-color: #190000 !important;
  color: #ffffff !important;
}

.header-logo {
  background-color: #E7D3B0 !important;
}
