.md-typeset h1 {
    font-weight: 900;
    color: rgba(210, 215, 249, 0.62);
}

.md-typeset h2 {
    font-weight: 800;
    color: rgba(210, 215, 249, 0.62);
}

.md-typeset h3 {
    font-weight: 800;
    color: rgba(210, 215, 249, 0.62);
}

.md-typeset .admonition,
.md-typeset details {
    font-size: .8rem;
    font-weight: bold;
}

.video-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.video-wrapper>iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.md-typeset em {
    color: #546d78;
}