@font-face {
    font-size: 0.65rem;
}

.md-grid {
    max-width: 81vw;
}

.md-typeset a {
    border-bottom: 0.1px dashed black;
}

.md-nav__link--active {
    font-weight: bold;
}

.md-typeset .admonition, .md-typeset details {
    font-size: 0.70rem;
}

[data-md-color-scheme="slate"] {
    --md-typeset-a-color: rgb(28, 152, 152);
}

.copyMe {
	cursor: pointer;
	border-bottom: 0.1px dashed black;
}

p code {
    font-weight: bolder;
}