:root {
  /* Brand colors */
  --md-primary-fg-color: #4dabf7;
  --md-accent-fg-color: #f59f00;
  --md-default-bg-color: #1e1e2d;
  --md-default-fg-color: #e0e0e0;
}

/* General typography */
.md-typeset {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: #e0e0e0;
}

/* Navbar */
.md-header {
  background: linear-gradient(90deg, #1f1f2e, #2c2c44);
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/* Links */
.md-nav__link,
.md-content a {
  color: #4dabf7;
}
.md-nav__link:hover,
.md-content a:hover {
  text-shadow: 0 0 6px rgba(255,255,255,0.9);
}

/* Beta banner */
.beta-banner {
  background: #f59f00;
  color: #000;
  padding: 8px 15px;
  text-align: center;
  font-weight: 600;
}

/* Footer */
.md-footer {
  background: #1f1f2e;
  color: #aaa;
  border-top: 1px solid #2c2c44;
}
.md-footer a {
  color: #4dabf7;
}
