:root {
  --md-primary-fg-color: #0f766e;
  --md-accent-fg-color: #14b8a6;
}

.md-header {
  background: linear-gradient(90deg, #0f766e, #0d9488);
}

.md-typeset h1 {
  font-weight: 750;
  letter-spacing: -0.02em;
}

.md-typeset .grid.cards > ul > li {
  border-radius: 0.75rem;
}

.endpoint {
  font-family: var(--md-code-font-family);
  font-weight: 600;
}

