:root {
    --md-text-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    --md-code-font: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.md-typeset .admonition.config {
    border-color: #9e9e9e;
}

.md-typeset .config>.admonition-title {
    background-color: #9e9e9e1a;
}

.md-typeset .config>.admonition-title::before {
    background-color: #9e9e9e;
    mask-image: var(--md-admonition-icon--info);
}

dt {
    font-weight: bold;
}

.md-typeset h2 {
    border-bottom: 1px solid var(--md-typeset-a-color);
}

.md-typeset h3 {
    border-bottom: 1px dashed var(--md-typeset-a-color);
}

.md-typeset h1,
.md-typeset h2 {
    font-weight: normal;
    letter-spacing: normal;
}

.md-typeset li::marker {
    color: var(--md-default-fg-color--light);
    font-size: 90%;
    font-weight: bold;
}

sc-btn,
sc-badge-red,
sc-badge-green,
sc-badge-yellow,
sc-badge-lightblue,
sc-badge-gray {
    display: inline-block;
    border-radius: .25rem;
    padding: 0 .25rem;
    font-size: 85%;
}

sc-badge-red,
sc-badge-green,
sc-badge-yellow,
sc-badge-lightblue,
sc-badge-gray {
    color: white;
    font-weight: 600;
}

sc-btn {
    color: black;
    background: #f8f9fa;
    border: 1px solid #ced4da;
}

sc-badge-green {
    background: #28a745;
}

sc-badge-red {
    background: #dc3545;
}

sc-badge-yellow {
    background: #ffc107;
}

sc-badge-lightblue {
    background: #17a2b8;
}

sc-badge-gray {
    background: #6c757d;
}