/* Table of Contents styles */
.js-toc {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    max-width: 300px;
    font-size: 14px;
}

.js-toc ol {
    padding-left: 0;
}

.js-toc li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    margin-left: 20px;
    margin-top: 5px;
}

.js-toc a {
    color: #2550de;
    text-decoration: none;
    display: block;
    margin-left: 10px;
}


/* Additional styles for sub-levels of headers */
.js-toc .toc-h2 {
    margin-left: 0;
}

.js-toc .toc-h3 {
    margin-left: 20px;
}

.js-toc .toc-h4 {
    margin-left: 40px;
}

/* Styling for the headings in the content */
.js-toc-content h2,
.js-toc-content h3,
.js-toc-content h4 {
    margin-top: 30px;
    /* Add space between headings and content */
}

.node-name--H2{
    font-weight: 900;
}
.node-name--H3{
    font-weight: 500;
}
.node-name--H4{
    font-weight: 300;
}