/* 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'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/jetbrains-mono-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cabin-regular - latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/cabin-v26-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/cabin-v26-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-700 - latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/cabin-v26-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/cabin-v26-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-italic - latin */
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('../fonts/cabin-v26-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/cabin-v26-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-700italic - latin */
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 700;
    src: local(''),
    url('../fonts/cabin-v26-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/cabin-v26-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.header {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #f59c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #ffae1f;
}

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

.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: #666666;
    --md-accent-fg-color--transparent: #ddd;
    --md-footer-bg-color: #f59c00;
    --md-footer-bg-color--dark: #bd7800;
    --md-primary-fg-color: #f59c00;
    --md-primary-fg-color--dark: #bd7800;
    --md-primary-fg-color--light: #ffda99;
    --md-typeset-color: #666666;
    --md-typeset-a-color: #f59c00;
    --md-text-font: 'Cabin';
    --md-code-font: 'JetBrains Mono';
}
