:host {
  display: block;
  font-size: 0.875rem;
  font-family: var(--anj-font-family);
  font-weight: normal;
  line-height: 1.5;
  outline: none;
}
:host, :host::before, :host::after {
  box-sizing: border-box;
  outline: none;
}
:host:focus, :host:active, :host *:focus, :host *:active {
  outline: none;
}
:host .api {
  border-bottom: 1px solid var(--anj-border);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
:host .api h2 {
  margin-bottom: 1.5rem;
}