/* STELLAR docs — small palette tweaks layered over Material's `teal` preset. */

:root {
  --md-primary-fg-color:        #0F766E;
  --md-primary-fg-color--light: #14B8A6;
  --md-primary-fg-color--dark:  #115E59;
  --md-accent-fg-color:         #0F766E;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #14B8A6;
  --md-primary-fg-color--light: #5EEAD4;
  --md-primary-fg-color--dark:  #0F766E;
  --md-accent-fg-color:         #5EEAD4;
}

/* Tighter spacing between table rows in the module-overview tables. */
.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  padding: 0.5em 0.9em;
}
