/* Pulp brand overrides for MkDocs Material.
 *
 * Pulp dark palette — deep navy background, pink primary, purple accent,
 * blue links. Only primary/accent hues are overridden; typography,
 * spacing, and component shapes are Material defaults.
 *
 * Palette originates from the legacy custom renderer retired in
 * #577 PR 4; kept identical so the switchover was a byte-compatible
 * brand change.
 */

:root > * {
  --md-primary-fg-color:        #e94560; /* pink accent */
  --md-primary-fg-color--light:  #ff6b81;
  --md-primary-fg-color--dark:   #b92f47;
  --md-accent-fg-color:          #533483; /* purple accent2 */
}

/* Dark scheme: match the current site's deep-navy background + slate surface. */
[data-md-color-scheme="slate"] {
  --md-default-bg-color:         #1a1a2e;
  --md-default-bg-color--light:  #16213e;
  --md-default-fg-color:         #e0e0e0;
  --md-default-fg-color--light:  #a0a0b0;
  --md-code-bg-color:            #0d1117;
  --md-typeset-a-color:          #64b5f6;
}
