/* @font-face {
    font-family: 'ae_Tholoth';
    src: url('ae_Tholoth.woff2') format('woff2'),
        url('ae_Tholoth.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 */
@font-face {
    font-family: 'AeTholoth';
    src: url('./ae_Tholoth.woff') format('woff2'),
         url('./ae_Tholoth.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Optional: make it default for editor content */
.tox-editor-content {
    font-family: 'AeTholoth', sans-serif;
}