.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4 {
    font-weight: 800 !important; /* 800 is Extra Bold */
    color: #e2eafc !important; /* A bright white/light-blue for dark mode */
}

/* Give the H1 (Page Title) brand color */
.md-typeset h1 {
    color: #FF5A00 !important; /* Vibrant Orange */
    letter-spacing: -0.5px; /* Tightens the text slightly for a modern look */
}

/* H2: Main section */
.md-typeset h2 {
    color: #FF8A3D !important;
    border-bottom: 2px solid #FF8A3D !important;
    padding-bottom: 4px;
    width: fit-content !important;
    margin-top: 2em;
}

/* H3: Subsection / point within the section */
.md-typeset h3 {
    color: #FF8A3D !important;
    border-left: 4px solid #FF5A00 !important;
    padding-left: 10px;
    margin-top: 1.5em;
    background: none !important;
}

.evernull-header-left {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: auto;
}

    .evernull-header-left .md-header__title {
        flex: 0 1 auto;
        width: auto;
        min-width: 0;
    }

.evernull-header-social {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    flex-shrink: 0;
}

    .evernull-header-social .md-social {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin: 0;
        padding: 0;
    }

    .evernull-header-social .md-social__link {
        display: flex;
        align-items: center;
        justify-content: center;
    }