/* Reddwatch brand (see the logo: ink black mark, red shield).
   Red is identity, never decoration — headings stay ink/white; the accent
   carries links, active nav, and the header underline only. */
:root {
  --md-primary-fg-color: #141413;
  --md-accent-fg-color: #e00000;
}
[data-md-color-scheme="slate"] {
  --md-accent-fg-color: #ff1e2d;
  --md-typeset-a-color: #ff5056;
}
[data-md-color-scheme="default"] {
  --md-typeset-a-color: #c00000;
}
.md-header { border-bottom: 3px solid #ff0000; }
.md-typeset img {
  border: 1px solid rgba(128,128,128,.35);
  border-radius: 6px;
}
