/* Brand overrides for MkDocs Material */

:root {
  --md-primary-fg-color: #5e3aa8;
  --md-primary-fg-color--light: #7a52c4;
  --md-primary-fg-color--dark: #3d2476;
  --md-accent-fg-color: #ec4899;
}

[data-md-color-scheme="default"] {
  --md-typeset-a-color: #5e3aa8;
}

[data-md-color-scheme="slate"] {
  --md-hue: 250;
}

/* Tighter cards on the home grid */
.md-typeset .grid.cards > :is(ul, ol) > li,
.md-typeset .grid > .card {
  border-radius: 8px;
}

/* A bit more breathing room on tables */
.md-typeset table:not([class]) th {
  background: var(--md-default-fg-color--lightest);
}

/* Inline keystrokes */
.md-typeset kbd {
  font-size: 0.85em;
}
