/* AgentClutch Docs — extra styling */
:root {
  --md-primary-color: #e94560;
}

.md-header {
  background: linear-gradient(135deg, #0a0a0f 0%, #1a1a28 100%);
}

.md-header__title {
  font-weight: 700;
}

.md-typeset code {
  background: #1a1a28;
  border: 1px solid #2a2a3d;
  border-radius: 4px;
  padding: 0.1em 0.4em;
}