body.theme-sabel{
  --bg: #0a0404;
  --text: #f1daa3;
  --muted: #daaa71;
  --line: rgba(241,218,163,0.18);

  --accent: #daaa71;
  --accent2:#be793e;
  --btnText: #0a0404;

  background:
    radial-gradient(1200px 800px at 20% 0%, rgba(218,170,113,0.18), transparent 60%),
    radial-gradient(1000px 700px at 90% 10%, rgba(190,121,62,0.14), transparent 62%),
    radial-gradient(900px 620px at 50% 100%, rgba(128,63,28,0.10), transparent 60%),
    var(--bg);
  color: var(--text);
}

.theme-sabel h1, .theme-sabel h2{
  letter-spacing: 0.2px;
}

.theme-sabel .card{
  background: linear-gradient(180deg, rgba(241,218,163,0.06), rgba(241,218,163,0.02));
}

.theme-sabel .btn.primary{
  box-shadow: 0 12px 26px rgba(218,170,113,0.18);
}

.theme-sabel .brand{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.theme-sabel .direwolf-presents{
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.brand-logo-bar{
  display: flex;
  justify-content: center;
  background: var(--bg);
  padding: 4px 0;
  line-height: 0;
}

.brand-logo-bar .brand-logo{
  height: 432px;
  width: auto;
  margin: -110px 0 -130px 0;
}

.site-banner{
  width: 100%;
  line-height: 0;
}

.site-banner img{
  width: 100%;
  height: auto;
  display: block;
}
