/* Gaby MkDocs Material — brand palette tweak.
 *
 * Keeps parity with the landing page index.html (indigo-500 anchor)
 * and the React app (Tailwind indigo). Only overrides what Material's
 * default palette gets visibly different.
 */

:root > * {
  --md-primary-fg-color: #4f46e5;
  --md-primary-fg-color--light: #818cf8;
  --md-primary-fg-color--dark: #3730a3;
  --md-accent-fg-color: #6366f1;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #818cf8;
}

/* Code block — tighter than Material default, matches the iter
 * reports' visual rhythm. */
.md-typeset code {
  font-size: 0.85em;
}

.md-typeset pre {
  border-radius: 0.5rem;
}
