.md-typeset h1 {
    font-weight: 500;
}

.md-typeset h2 {
    font-weight: 400;
    font-size: 1.7em;
}

.md-typeset blockquote {
    border-left: .2rem solid #ef5552 !important;
    background-color: rgba(239, 85, 82, 0.1);
    color: #212121;
}

a:hover {
    text-decoration: underline;
}

.md-header__button.md-logo img {
    height: 2.3rem;
}

.md-source__facts {
    display: none !important;
}

.md-source:hover {
    text-decoration: none !important;
}