/* Dynamic Agency brand palette for Material for MkDocs.
   Primary teal #279989 matches the Dynamic logo; secondary blue #2E4E99 is the accent. */

[data-md-color-primary="custom"] {
  --md-primary-fg-color: #279989;
  --md-primary-fg-color--light: #3fb3a1;
  --md-primary-fg-color--dark: #1f7a6d;
  --md-primary-bg-color: #ffffff;
  --md-primary-bg-color--light: #ffffffb3;
}

[data-md-color-accent="custom"] {
  --md-accent-fg-color: #2e4e99;
  --md-accent-fg-color--transparent: rgba(46, 78, 153, 0.1);
}

/* Keep links readable in dark mode (slate). */
[data-md-color-scheme="slate"] {
  --md-typeset-a-color: #3fb3a1;
}

/* Screenshots read better with a subtle frame. */
.md-typeset img {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 4px;
}
