@font-face {
  font-family: NT Somic;
  src: url("/fonts/NTSomic-Regular.woff2") format("woff2");
}

:root {
  --bg-color: #1c1c1c;
  --header-color: #242424;
  --search-inp-color: #444444;
  --md-text-font: "NT Somic";
  --color-red: #f95f15;
  --color-green: #1cd227;
  --color-gray: #747474;
}



::-webkit-scrollbar{
  width: 7px;
}

::-webkit-scrollbar-thumb{
  background: #37343b
}

::-webkit-scrollbar-track{
  background: #1c1b1e
}


@media (min-width:60em) {
  .md-nav--secondary .md-nav__title{
    background: #0000!important;
    box-shadow: 0 0 0;
  }
}

@media (min-width:76.25em){
  .md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link{
    background: #0000!important;
    box-shadow: 0 0 0;
  }
}

.md-nav__item .md-nav__link--active, .md-nav__item .md-nav__link--active code{
  color: #72e5eb
}

.md-nav__link[for]:focus, .md-nav__link[for]:hover, .md-nav__link[href]:focus, .md-nav__link[href]:hover{
  color: #72e5eb
}

[data-md-color-primary=black] .md-header{
  backdrop-filter: blur(30px);
  background-color: #0000;
}

.md-tabs{
  backdrop-filter: blur(30px);
  background-color: #0000!important;
}

.md-typeset a{
  color: #02c8fa
}

body{
  background-color: #161625
}

.md-search-result__meta{
  background-color: #221d3b
}

.md-search__input{
  background-color: #2e2d47
}




.md-nav {
  font-size: 0.8rem;
  line-height: 1.35;
}

.md-typeset {
  font-size: 0.9rem;
  line-height: 1.65;
}




.row{
  display: flex;
  width: max-content;
background-color: #a9a9a9
}

.title{
  padding: 1px;
  width: max-content;
}
.main{
  text-align: center;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #21212d;
  color: white;
  padding: 7px;
}


.code{
  background-color: #232323;
  border-radius: 6px;
  padding: 10px;
  max-width: 200px;
  color: white;
}

.note{
  background-color: #656565ba;
  color: white;
  padding: 7px;
  /* border: 2px #2dfdffad solid; */
  border-radius: 9px;
}

.md-typeset h1{
  margin: 0 0 .25em;
}