/* OpenSignature docs theme extras */
:root {
  --os-teal: #1f6f78;
  --os-ink: #1a2e2f;
}

.md-header {
  background-color: var(--os-teal);
}

.md-typeset .architecture-hero {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #d5e2e4;
  background: #f4f7f8;
  margin: 1rem 0 1.5rem;
}

.md-typeset .flow-caption {
  color: #4a6364;
  font-size: 0.9em;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

.md-typeset table {
  font-size: 0.92em;
}
