/* User Provided Stylesheet */

/* custom.css */

/* customize Markdown headings H1 through H4 */
h1,
h2,
h3,
h4 {
    margin-top: 1.0rem !important;
    margin-bottom: 0.6rem !important;
    /* reduce thickness of markdown headings */
    font-weight: 500 !important;
}

/* ensure paragraphs have consistent spacing */
p {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

/* Remove extra spacing from the frontmatter container */
/* https://jupyter-book.github.io/myst-plugins/update-date/ */
#skip-to-frontmatter {
    margin-bottom: 0;
}
