body.theme-mono_luxe {
  --bg: #0f0f10;
  --bg-2: #171718;
  --panel: #1d1d1f;
  --line: rgba(255, 255, 255, 0.18);
  --line-soft: rgba(255, 255, 255, 0.09);
  --text: #f7f7f7;
  --muted: #b8b8bb;
  --accent: #ffffff;
  --accent-2: #dddddd;
  --shadow: 0 22px 54px rgba(0, 0, 0, 0.55);
}

body.theme-mono_luxe .btn-primary {
  color: #161617;
}

body.theme-mono_luxe .brand-mark {
  box-shadow: none;
}

body.theme-mono_luxe .site-footer {
  background: #121214;
  color: #a4a4a9;
}
