@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Armata&display=swap');
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;600&display=swap");
:root, [data-md-color-scheme=default] {
    --md-default-bg-color: #fdfcf5;
    --md-primary-fg-color: #a8cfad;
    --md-primary-bg-color: #4a4135;
    --md-default-fg-color: #4a4135;
    --md-default-fg-color--light: #4a4135;
    --md-code-fg-color: #615546;
    --md-code-bg-color: #e3e2de;
    --md-footer-bg-color--dark: #4a4135;
    --md-admonition-bg-color: #fefdfa;
    --md-text-font: 'Armata', 'IBM Plex Sans JP';
    --md-code-font: 'Source Code Pro';
}
[data-md-color-primary=white] {
    --md-typeset-a-color: #3d8f58;
}
[data-md-color-accent=indigo] {
    --md-accent-fg-color: #9bcc94;
}
.md-main__inner {
    margin-top: 1.5em;
}
.md-typeset {
    font-size: 0.7rem;
    line-height: 1.4;
}
.md-nav {
    font-size: 0.65rem;
}
code, pre, .md-typeset code {
    font-optical-sizing: auto;
}
.md-typeset code {
    font-size: .94em;
    padding: .05em .25em;
    border-radius: .25em;
    word-break: break-all;
}
.md-header {
	box-shadow: none;
    font-weight: 400;
}
.md-typeset h1 {
    margin: 0 0 -0.25em;
}
.md-typeset h2 {
    margin: 1.5em 0 -0.25em;
}
.md-typeset h3 code {
    font-size: 1.1em;
}
.md-typeset h4 code {
    margin-top: 1.5em;
}
.md-typeset h4 code {
    font-size: 1.05em;
}
.md-typeset .admonition, .md-typeset details {
	box-shadow: none;
}
.md-typeset ol li,.md-typeset ul li {
    margin-bottom: .25em
}
.md-typeset .admonition-title,.md-typeset summary {
    font-weight: 400
}
@media screen and (max-width: 44.9844em) {
    .md-content__inner>.highlight {
        margin: 1em 0;
    }
}