@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --md-accent-fg-color: #b89bc5;
  --md-accent-fg-color--transparent: #b89bc51a;
  --md-typeset-a-color: #b89bc5;
}

.md-nav__item .md-nav__link--active,
.md-nav__item .md-nav__link--active code,
.md-nav--primary .md-nav__item .md-nav__link--active {
  color: #252525;
}

.md-typeset .admonition.info {
  background-color: #fcf8fe;
}

.md-typeset .info > .admonition-title:before {
  background-color: #b89bc5;
}

.md-typeset .info > .admonition-title:after {
  color: #b89bc5;
}

.md-typeset table:not([class]) {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--md-typeset-table-color);
  border-radius: 8px;
  overflow: hidden;
}

.md-typeset table:not([class]) th:first-child {
  border-top-left-radius: 8px;
}

.md-typeset table:not([class]) th:last-child {
  border-top-right-radius: 8px;
}

.md-typeset table:not([class]) tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.md-typeset table:not([class]) tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
