:root {
  --md-primary-fg-color: #00a88e;
  --md-primary-fg-color--light: #3ec4b0;
  --md-primary-fg-color--dark: #013b32;
  --md-accent-fg-color: #00a88e;
}

.md-header {
  background-color: #013b32;
}

.md-typeset {
  font-family: "Segoe UI", "Liberation Sans", sans-serif;
}

.md-typeset img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(23, 35, 32, 0.12);
}

.md-typeset figure {
  margin: 1.25em 0 1.75em;
}

.md-typeset figcaption {
  color: #4d635e;
  font-size: 0.9em;
  margin-top: 0.5em;
}

.md-typeset table img {
  border-radius: 6px;
  box-shadow: none;
}

.md-sidebar--primary .md-sidebar__scrollwrap {
  scroll-behavior: auto;
}

.md-content {
  min-width: 0;
}

.md-typeset {
  overflow-x: auto;
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
}
