/* jetbrains-mono-regular - latin */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/jetbrains-mono-v13-latin-regular.woff2') format('woff2'), url('../fonts/jetbrains-mono-v13-latin-regular.woff') format('woff');
}

/* noto-sans-latin-300-normal */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(../fonts/noto-sans-latin-300-normal.woff2) format('woff2'), url(../fonts/noto-sans-latin-300-normal.woff) format('woff');
}

/* noto-sans-latin-300-italic */
@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-display: swap;
    font-weight: 300;
    src: url(../fonts/noto-sans-latin-300-italic.woff2) format('woff2'), url(../fonts/noto-sans-latin-300-italic.woff) format('woff');
}

/* noto-sans-latin-400-italic */
@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/noto-sans-latin-400-italic.woff2) format('woff2'), url(../fonts/noto-sans-latin-400-italic.woff) format('woff');
}

/* noto-sans-latin-400-normal */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/noto-sans-latin-400-normal.woff2) format('woff2'), url(../fonts/noto-sans-latin-400-normal.woff) format('woff');
}

/* noto-sans-latin-700-normal */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/noto-sans-latin-700-normal.woff2) format('woff2'), url(../fonts/noto-sans-latin-700-normal.woff) format('woff');
}

/* noto-sans-latin-700-italic */
@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/noto-sans-latin-700-italic.woff2) format('woff2'), url(../fonts/noto-sans-latin-700-italic.woff) format('woff');
}

.header {
    background-color: #3973b9;
    position: fixed;
    width: 100%;
    border-bottom: 6px solid #f1df36;
}

.header .md-header {
    background: none;
    position: initial;
}

.header .md-header.md-header--shadow {
    box-shadow: none;
}

.md-content {
    margin-top: 20px;
}

.ths-header {
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
}

.ths-header .ths-header__outer {
    align-items: center;
    display: flex;
    height: 6rem;
    justify-content: space-between;
    position: relative;
}

.ths-header .ths-header__inner {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    justify-content: center;
}

@media (min-width: 768px) {
    .ths-header .ths-header__inner {
        align-items: stretch;
        justify-content: flex-start;
    }
}

.ths-header .ths-header__icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.ths-header .ths-header__icon-mark {
    display: block;
    height: 3rem;
    width: auto;
}

@media (min-width: 1024px) {
    .ths-header .ths-header__icon-mark {
        display: none;
    }
}

.ths-header .ths-header__icon-default {
    display: none;
    height: 4rem;
    width: auto;
}

@media (min-width: 1024px) {
    .ths-header .ths-header__icon-default {
        display: block;
    }
}

.ths-header .ths-header__menu-outer {
    display: none;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .ths-header .ths-header__menu-outer {
        display: block;
        margin-left: 1.5rem;
    }
}

.ths-header .ths-header__menu-inner {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.ths-header .ths-header__menu-inner > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1rem;
    margin-right: 0;
}

.ths-header .ths-header__menu-item {
    border-bottom: 1px solid rgba(203, 216, 67, var(--tw-border-opacity));
    --tw-border-opacity: 0;
    color: rgb(169, 190, 205);
    font-size: .7rem;
    font-weight: 700;
    line-height: 1rem;
    text-decoration: inherit;
    text-transform: uppercase;
}

.ths-header .ths-header__menu-item:hover {
    --tw-border-opacity: 1;
    color: rgb(255, 255, 255);
}

.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4 {
    font-weight: 700;
}

html .md-footer-meta .md-footer-logo img {
    height: 40px;
    margin-top: 8px;
    width: auto;
}

:root > * {
    --md-accent-fg-color: #112338;
    --md-accent-fg-color--transparent: #ddd;
    --md-footer-bg-color: #3973b9;
    --md-footer-bg-color--dark: #1f3e63;
    --md-primary-fg-color: #3973b9;
    --md-primary-fg-color--dark: #1f3e63;
    --md-primary-fg-color--light: #90b3dd;
    --md-typeset-color: #112338;
    --md-typeset-a-color: #3973b9;
    --md-text-font: 'Noto Sans';
    --md-code-font: 'JetBrains Mono';
}
