
@font-face {
  font-family: "Nordica";
  src: url("../assets/NordicaAdvancedRegular-Wayn.otf") format("opentype");
}

:root>* {
    --md-code-hl-name-color: #75539b !important;
    --md-default-bg-color: #262a31 !important;
    --md-text-font: "Nordica", sans-serif !important;
}


.md-typeset {
    font-size: 1rem;
}
.md-typeset h1 {
    font-size: 1.5rem;
}
.md-typeset h2 {
    font-size: 1.25rem;
}

.md-ellipsis {
    font-size: 1rem;
}

.md-logo {
    scale: 2;
}

.md-footer {
    display: none;
}

.md-header__title .md-ellipsis {
    font-size: 1.65rem;
    line-height: 2.75rem;
}
.md-search__form {
    border-radius: 16px;
}
.md-nav__title {
    font-size: 1.5rem;
}

.md-header {
    background-color: #171d2f;
}

.kt {
    color: forestgreen !important;
}

.kd {
    color: #4d7e96 !important;
}

.kr {
    color: #42b3c9 !important;
}

.md-sidebar--secondary .md-nav__title {
    font-size: 1.25rem;
}


.md-sidebar--secondary .md-ellipsis {
    font-size: 0.85rem;
}

td {
    font-size: 1rem;
}

th {
    font-size: 1rem;
}
