/* Orange accent touches — keeps B&W predominance */

:root {
  --md-accent-fg-color: #e65100;
  --md-accent-fg-color--transparent: rgba(230, 81, 0, 0.1);
}

/* H1 bottom border */
.md-content h1 {
  border-bottom: 2px solid #e65100;
  padding-bottom: 0.25em;
}

/* Blockquote left border */
.md-typeset blockquote {
  border-left-color: #e65100;
}

/* Table header bottom border */
.md-typeset table:not([class]) th {
  border-bottom: 2px solid #e65100;
}

/* Horizontal rule */
.md-typeset hr {
  border-color: #e65100;
  opacity: 0.35;
}
