
.md-typeset .codehilite, .md-typeset .highlight, code {
    color: #c7254e;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

[data-md-color-primary=blue-grey] .md-typeset a {
    color: #1b69b6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, .h1, .md-typeset h1 {
    color: #3E4349;
    font-size: 38.5px;
    font-weight: 700;
    margin: 1.6rem 0 1.6rem;
}

h2, .h2, .md-typeset h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 1.6rem 0 1.6rem;
}

h3, .h3, .md-typeset h3 {
    /*font-size: 32px;*/
    font-weight: 600;
    margin: 1.6rem 0 1.6rem;
}
