/* justify the text */
#main-content p {
    text-align: justify;
}

/* keep figure caption centered */
div.figure > p.caption {
    text-align: center !important;
}

/* adjust troubleshooting formatting */
.troubleshooting-card ul {
    padding: 0;
}

/* adjust header font sizes */
:root {
    --pst-font-size-h1: 34px;
    --pst-font-size-h2: 26px;
    --pst-font-size-h3: 22px;
    --pst-font-size-h4: 18px;
    --pst-font-size-h5: 18px;
    --pst-font-size-h6: 18px;
}
