:root>* {
    --md-primary-fg-color: #1c1b1b;
    --md-default-bg-color: #2a2c2e;
    --md-primary-bg-color: white;
    --md-accent-fg-color: white;
    --md-typeset-a-color: white;
    --md-default-fg-color--light: white;
    --md-code-fg-color: #9CDCFE;
    --md-code-hl-number-color: #b5cea8;
    --md-code-hl-special-color: #DCDCAA;
    --md-code-hl-function-color: #DCDCAA;
    --md-code-hl-constant-color: #4FC1FF;
    --md-code-hl-keyword-color: #C586C0;
    --md-code-hl-string-color: #ffb8b0;
    --md-code-hl-name-color: #569cd6;
    --md-code-hl-operator-color: #C586C0;
    --md-code-hl-punctuation-color: #CCCCCC;
    --md-code-hl-comment-color: #dbaf84;
    --md-code-hl-generic-color: #CCCCCC;
    --md-code-hl-variable-color: #9CDCFE;
    --md-code-bg-color: #202020da;
    --md-accent-bg-color: #242222;
    --md-accent-fg-color: #242222;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
    height: 1.6rem;
}

.md-input,
.md-input:focus,
.md-input:hover {
    border: none !important;
}


.md-typeset .md-button {
    outline: none !important;
    box-shadow: none !important;
    color: #CCCCCC !important;
}

.md-typeset .md-button:hover {
    background-color: #242222 !important;
}

.md-typeset .md-button:focus {
    background-color: none !important;
}

a:hover {
    outline: none !important;
    box-shadow: none !important;
    color: #CCCCCC !important;
}

code {
    white-space: pre-wrap !important;
    word-break: break-word;
}

h1 {
    font-size: 1.75rem !important;
    font-weight: 450 !important;
}

h2 {
    color: #d4b87c;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}

h3 {
    font-size: 1.32rem !important;
    font-weight: 500 !important;
}

.md-typeset {
    font-size: .94rem !important;
    line-height: 1.8 !important;
}


.md-typeset .admonition.danger,
.md-typeset details.danger {
    font-size: .8rem !important;
    border-top-color: #ff6c88 !important;
    border-right-color: #ff6c88 !important;
    border-bottom-color: #ff6c88 !important;
    border-left-color: #ff6c88 !important;
}

.md-typeset .danger>.admonition-title:before,
.md-typeset .danger>summary:before {
    background-color: #ff6c88 !important;
}


.md-nav__title {
    display: none !important;
}
