@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;
}

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

/* Sidebar scrollbar */
.md-sidebar__scrollwrap:focus-within,
.md-sidebar__scrollwrap:hover {
  scrollbar-color: #ed5c2f #0000 !important;
}

/* Clipboard button */
.md-clipboard:focus,
.md-clipboard:hover {
  color: #ed5c2f !important;
}

/* Active nav link */
.md-nav__link--active {
  color: #ed5c2f !important;
}

/* Hover nav link */
.md-nav__link:hover {
  color: #ed5c2f !important;
}

/* Code block */
.md-typeset pre > code{
  padding-right: 45px !important;
}

/* Clipboard button */
.md-clipboard{
  position: absolute;
  right: 0 !important;
  top: 10px !important;
  background-color: #F5F5F5 !important;
  width: 40px !important;
}

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

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

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

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

.md-nav__link[for]:focus, .md-nav__link[for]:hover, .md-nav__link[href]:focus, .md-nav__link[href]:hover {
  color: #ed5c2f !important;
}

/* Search result link */
.md-search-result__link:focus,
.md-search-result__link:hover {
  background-color: #fff8ee !important;
}

.md-search-result mark {
  color: #ed5c2f !important;
}

.md-search__scrollwrap:hover {
  scrollbar-color: #ed5c2f #0000;
}

/* Search result more link */
.md-search-result__more>summary>div{
  color: #ed5c2f !important;
}

.md-search-result__more>summary:focus>div, .md-search-result__more>summary:hover>div {
  background-color: #fff8ee !important;
  color: #ed5c2f !important;
}

/* Top button */
.md-top:focus, .md-top:hover {
  background-color: #ed5c2f !important;
}

/* Search input */
[dir=ltr] .md-search__input{
  padding-right: 3.2rem !important;
}

/* Search result meta */
.md-search-result__meta{
  text-align: center !important;
}