/* LeadSync KB custom styles */
:root {
  --md-primary-fg-color: #0f172a;
  --md-primary-fg-color--light: #1e293b;
  --md-primary-fg-color--dark: #020617;
  --md-accent-fg-color: #626ed4;
  --md-typeset-a-color: #4a56c0;
}

/* Ensure links are clearly distinguishable from body text */
.md-typeset a {
  color: #4a56c0;
  text-decoration: underline;
  text-decoration-color: rgba(74, 86, 192, 0.4);
  text-underline-offset: 2px;
}

.md-typeset a:hover {
  color: #626ed4;
  text-decoration-color: #626ed4;
}

.md-header__topic:first-child {
  font-weight: 700;
}

/* Tighten up article spacing */
.md-typeset h2 {
  margin-top: 1.2em;
}
