/* Top header bar */
.md-header {
    background-color: rgb(0,110,220);
    height: 54px;
}

/* Header contents */
.md-header__inner {
    height: 54px;
}

/* Site title */
.md-header__title {
    font-size: 18px;
    font-weight: 500;
}

/* Header buttons/icons */
.md-header__button {
    color: white;
}

.md-typeset h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: rgb(0,110,200);
}

.md-typeset h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #8b8b8b;
    color: #000000;
}

.md-typeset .headerlink {
    display: none;
}