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

body {
  font-family: "Inter", sans-serif !important;
}

.md-header {
  background-color: #ed5c2f;
}

.md-nav__link--active {
  color: #ed5c2f !important;
}

.md-nav__link:hover {
  color: #ed5c2f !important;
}

.md-typeset pre > code:hover {
  scrollbar-color: #ed5c2f #0000;
}

.md-typeset .headerlink:focus,
.md-typeset .headerlink:hover,
.md-typeset :target > .headerlink {
  color: #ed5c2f !important;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 500;
  color: #ed5c2f !important;
}

.md-typeset a {
  color: #ed5c2f !important;
  word-break: break-word;
}
