:root {
  --md-primary-fg-color: #7C4DFF;
  --md-primary-fg-color--light: #B388FF;
  --md-primary-fg-color--dark: #651FFF;
  --md-accent-fg-color: #00BFA5;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #B388FF;
  --md-primary-fg-color--light: #E1BEE7;
  --md-primary-fg-color--dark: #7C4DFF;
  --md-accent-fg-color: #64FFDA;
}

.md-header {
  backdrop-filter: blur(8px);
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 8px;
}

.md-typeset code {
  border-radius: 4px;
}

.md-typeset table:not([class]) th {
  min-width: 6rem;
}

.stealth-high {
  color: #00C853;
  font-weight: 600;
}

.stealth-medium {
  color: #FFD600;
  font-weight: 600;
}

.stealth-low {
  color: #FF5252;
  font-weight: 600;
}

.survival-pass {
  color: #00C853;
}

.survival-fail {
  color: #FF5252;
}
