/*
    révocation de la "nouvelle typographie"
    en attendant que celle-ci soit éventuellement retravaillée
*/

.vector-body {
    font-size: 0.813em;
}
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2,
.mw-body-content .mw-heading2 {
    font-family: inherit;
}
:is(.mw-body :where(:not(.mw-heading1)), .mw-body) > h1, /* .mw-body :not(.mw-heading1) > h1 et .mw-body > h1 (titre de la page) */
.mw-body .mw-heading1,
.mw-body-content :where(:not(.mw-heading1)) > h1, /* .mw-body-content :not(.mw-heading1) > h1 */
.mw-body-content .mw-heading1 {
    font-size: 1.6em;
}
.mw-body {
    color: #000;
}