:root{
  --bos-bg:#25282d;
  --bos-panel:#2f3338;
  --bos-text:#d8dde3;
  --bos-gold:#d4af37;
  --bos-accent:#7CFFB2;
}
body{
  background:var(--bos-bg) !important;
  color:var(--bos-text) !important;
}
.card,.stat,.module,.panel{
  background:var(--bos-panel) !important;
  border-color:var(--bos-gold) !important;
}
a,.big,h1,h2{
  color:var(--bos-gold) !important;
}
button,.btn{
  background:var(--bos-gold) !important;
  color:#000 !important;
}
