:root {
  --md-primary-fg-color: #00A86B;
  --md-accent-fg-color: #00C853;
  --ell-font-scale: 1;
  --ell-code-font-scale: 1;
}

.md-grid {
    max-width: clamp(1200px, 88vw, 1450px);
}

.md-typeset {
  font-size: calc(0.8rem * var(--ell-font-scale));
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset code {
  font-size: calc(0.92em * var(--ell-code-font-scale));
}

.md-typeset pre code {
  font-size: calc(0.68rem * var(--ell-code-font-scale));
}

.md-nav {
  font-size: calc(0.7rem * var(--ell-font-scale));
}

.ell-font-scale {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem;
  color: var(--md-default-fg-color);
  background: var(--md-default-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 999px;
  box-shadow: var(--md-shadow-z2);
}

.ell-font-scale__button {
  min-width: 2.4rem;
  padding: 0.3rem 0.5rem;
  color: var(--md-default-fg-color);
  font: inherit;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 999px;
}

.ell-font-scale__button:hover,
.ell-font-scale__button:focus {
  color: var(--md-accent-fg-color);
  background: var(--md-default-fg-color--lightest);
  outline: none;
}

.ell-font-scale__label {
  min-width: 3rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 76.1875em) {
  .ell-font-scale {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
/* End of File */
