/* Sektor docs — brand alignment with sektor3d.com */
:root {
  --md-primary-fg-color:        #7C5CFF;
  --md-primary-fg-color--light: #9d84ff;
  --md-primary-fg-color--dark:  #5b3ff0;
  --md-accent-fg-color:         #22D3EE;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color:      #0A0E16;
  --md-default-fg-color:      #E8ECF4;
  --md-default-fg-color--light:  #98A2B8;
  --md-code-bg-color:         #101624;
  --md-footer-bg-color:       #0D1220;
  --md-footer-bg-color--dark: #0A0E16;
}

/* dark header to match the main site nav (not a bright gradient) */
.md-header { background: #0D1220; border-bottom: 1px solid rgba(255,255,255,0.08); box-shadow: none; }
.md-tabs   { background: transparent; }

.md-typeset h1, .md-typeset h2, .md-typeset h3 {
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.md-typeset a { color: #8FA3FF; }
.md-typeset a:hover { color: #22D3EE; }

/* subtle brand card look for the grid on the home page */
.md-typeset .grid.cards > ul > li {
  border: 1px solid rgba(124, 92, 255, 0.22);
  border-radius: 12px;
  background: #101624;
}
