/* sora-300 - latin */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../fonts/sora-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/sora-v11-latin-300.woff') format('woff'); /* Modern Browsers */
}

/* sora-regular - latin */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/sora-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/sora-v11-latin-regular.woff') format('woff'); /* Modern Browsers */
}

/* sora-700 - latin */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/sora-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/sora-v11-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* 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+ */
}

:root {
    --ths-footer-fg-color: #fff;
    --ths-footer-fg-color--transparent: rgba(255, 255, 255, 0.667);
    --ths-footer-bg-color: rgb(40, 49, 59);
    --ths-footer-bg-color--dark: rgb(31, 38, 46);
    --ths-footer-bg-color--dark--hover: rgb(66, 81, 97);
    --ths-footer-bg-color--light: rgb(213, 219, 226);
}

:root > * {
    --md-accent-fg-color: rgba(99, 106, 22, 1);
    --md-accent-fg-color--transparent: rgba(99, 106, 22, 0.1);
    --md-footer-bg-color: rgb(40, 49, 59);
    --md-footer-bg-color--dark: rgb(31, 38, 46);
    --md-primary-fg-color: rgb(138, 148, 30);
    --md-primary-fg-color--dark: rgb(99, 106, 22);
    --md-primary-fg-color--light: rgb(203, 216, 65);
    --md-typeset-color: rgb(73, 89, 104);
    --md-typeset-a-color: rgb(138, 148, 30);
    --md-text-font: 'Sora';
    --md-code-font: 'JetBrains Mono';
}

[data-md-color-scheme=slate][data-md-color-primary=green] {
    --md-accent-fg-color: rgba(162, 174, 36, 1);
    --md-accent-fg-color--transparent: rgba(162, 174, 36, 0.2);
    --md-typeset-color: rgb(240, 240, 240);
    --md-typeset-a-color: rgb(162, 174, 36);
    --md-primary-fg-color: rgb(162, 174, 36);
    --md-primary-fg-color--dark: rgb(126, 135, 28);
    --md-primary-fg-color--light: rgb(198, 212, 43);
    --md-code-bg-color: rgba(240, 240, 240, 0.15)
}

.header {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #171b23;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 27, 35, 0));
    --tw-gradient-to: #5b7486;
}

.ths-header__above {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #171b23;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 27, 35, 0));
    --tw-gradient-to: #5b7486;
}

.md-header {
    background-color: var(--ths-footer-bg-color);
    color: var(--ths-footer-fg-color);
}

.md-search__button {
    background-color: var(--ths-footer-bg-color--dark);
    color: var(--ths-footer-fg-color--transparent);
}

.md-search__button:before {
    background-color: var(--ths-footer-fg-color);
}

.md-search__button:after {
    background-color: var(--ths-footer-bg-color--light);
    color: var(--ths-footer-bg-color);
}

.md-search__button:focus, .md-search__button:hover {
    background-color: var(--ths-footer-bg-color--dark--hover);
    color: var(--ths-footer-fg-color--transparent);
}

.md-top:focus, .md-top:hover {
    background-color: var(--ths-footer-bg-color);
    color: var(--ths-footer-fg-color);
}

.md-main a {
    text-decoration: none;
}

.md-main a:focus, .md-main a:hover {
    text-decoration-line: underline;
    text-underline-offset: .1rem;
}

.md-footer-meta {
    background-color: var(--ths-footer-bg-color);
    color: var(--ths-footer-fg-color);
}

.md-footer-logo, .md-footer-shop {
    transition: opacity .33s;
    opacity: 1;
}

.md-footer-logo:hover, .md-footer-shop:hover {
    opacity: .8;
}

.md-copyright, .md-copyright__highlight {
    color: var(--ths-footer-fg-color--transparent);
}

html .md-footer-meta.md-typeset a:not(:focus,:hover) {
    text-decoration: none;
    color: var(--ths-footer-fg-color--transparent);
}

html .md-footer-meta.md-typeset a:focus, html .md-footer-meta.md-typeset a:hover {
    text-decoration: none;
    color: var(--ths-footer-fg-color);
}

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

.md-typeset .admonition.caution {
    border-color: rgb(192, 48, 40);
}

.md-typeset .caution > .admonition-title {
    background-color: rgba(192, 48, 40, .1);
    border-color: rgb(192, 48, 40);
}

.md-typeset .caution > .admonition-title:before {
    background-color: rgb(192, 48, 40);
}

html .md-footer-meta .md-footer-logo {
    display: flex;
}
html .md-footer-meta .md-footer-logo .md-footer-logo__link {
    display: inline-block;
}

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

html .md-footer-meta .md-footer-logo img.logo-visions {
    height: 16px;
    margin-top: 16px;
    margin-right: 20px;
}

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

.md-footer-logo {
    margin: 0 0.4rem;
}


