html,
body {
    font: normal 112.5% / 1.65 'IBM Plex Sans', sans-serif;
}

body {
    color: #666;
    text-rendering: optimizeLegibility;
}


body,
input,
button {
    -webkit-font-smoothing: antialiased;
}


body,
p,
ul,
ol,
li {
    font-size: 1rem;
}

.code,
pre,
pre code {
    font-family: 'IBM Plex Mono', monospace;
}

h1 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: .35em;
    margin-top: 1.1em;
}

h2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #707070;
    margin-bottom: .35em;
    margin-top: 1.1em;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #555;
    margin-bottom: .35em;
    margin-top: 1.1em;
}

h4 {
    font-size: 1.1111rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: .35em;
    margin-top: 1.1em;
}

h5 {
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: .35em;
    margin-top: 1.1em;
}

h6 {
    font-size: .75rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: .35em;
    margin-top: 1em;
}

ul,
ol {
    margin-top: .5em;
    margin-bottom: 1em;
}

li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0;
}

ul li,
ol li {
    margin-top: .25em;
    margin-bottom: .25em;
}

p {
    margin-top: .2em;
}

.code {
    font-size: .9em;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 500;
}

pre {
    background: #f7f7f7;
    padding: 25px;
    margin: 0;
    overflow-x: auto;
}

pre.word-wrap,
p.word-wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: keep-all;
}

.lead {
    font-size: 1.25em;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right;
}

a {
    color: #175ba4;
    text-decoration: none !important;
    background-color: transparent;
    cursor: pointer;
}

a:hover {
    color: #155599;
    text-decoration: underline;
}

a:active {
    color: #154a8d;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}