/* ==UserStyle==
@name           Ellipsus Font Fix
@namespace      https://greasyfork.org/en/users/3759-locrian
@version        1.0.0
@description    Sorry, I just can't read that default serif font.
@author         November
@downloadURL https://update.greasyfork.org/scripts/559557/Ellipsus%20Font%20Fix.user.css
@updateURL https://update.greasyfork.org/scripts/559557/Ellipsus%20Font%20Fix.meta.css
==/UserStyle== */
@-moz-document url-prefix("https://write.ellipsus.com/") {
    h1,
    h2,
    h3,
    h4,
    .styles_subfolderName__ccLfw,
    .styles_label__awCdx,
    span.styles_headerLabel__gr55L,
    styles_label__d6_8L,
    ul.styles_actionsList__usxzm {
        font-family: "Atkinson Hyperlegible" !important;
    }
}