@import url("https://fonts.googleapis.com/css2?family=Latin+Modern+Roman:ital,wght@0,400;0,700;1,400&display=swap");

/* Main reading area */
/* .wy-body-for-nav,
.wy-nav-content {
    font-family: "Latin Modern Roman", "Computer Modern", "CMU Serif", serif;
    font-size: 17px;
    line-height: 1.7;
    max-width: 900px;
} */

/* Paragraphs and lists */
.document p,
.document li {
    font-family: "Latin Modern Roman", "Computer Modern", "CMU Serif", serif;
    font-size: 18px;
}

/* .rst-content h1,
.rst-content h2,
.rst-content h3,
.rst-content h4,
.rst-content h5,
.rst-content h6 {
    font-family: "Latin Modern Roman", "Computer Modern", serif;
    font-weight: 700;
} */

@import url("https://fonts.googleapis.com/css2?family=Latin+Modern+Mono&display=swap");

.rst-content code,
.rst-content pre {
    font-family: "Latin Modern Mono", monospace;
    font-size: 0.95em;
}