/* ==========================================
   Fake headings — match sphinx_rtd_theme
   ========================================== */

.rst-content .fake-h1,
.rst-content .fake-h2,
.rst-content .fake-h3,
.rst-content .fake-h4,
.rst-content .fake-h5,
.rst-content .fake-h6 {
    font-family: "Roboto Slab", "ff-tisa-web-pro", Georgia, Arial, sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.1 !important;
}

/* H1 */
.rst-content .fake-h1 {
    font-size: 175% !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
}

/* H2 */
.rst-content .fake-h2 {
    font-size: 150% !important;
    margin-top: 24px !important;
    margin-bottom: 16px !important;
}

/* H3 */
.rst-content .fake-h3 {
    font-size: 125% !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}

/* H4 */
.rst-content .fake-h4 {
    font-size: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}

/* H5 */
.rst-content .fake-h5 {
    font-size: 90% !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}

/* H6 */
.rst-content .fake-h6 {
    font-size: 80% !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}
