@font-face {
    font-family: 'noor';
    src: url('/fonts/noor.woff2') format('woff2'),
         url('/fonts/noor.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* override css variables used throughout the theme */
:root {
    --font-family-base: 'noor', sans-serif !important;
    --font-family-rtl:  'noor', sans-serif !important;
}

/* apply directly as well, for anything bypassing the vars */
html, body,
html[dir="rtl"], body[dir="rtl"] {
    font-family: 'noor', sans-serif !important;
}

.note-editable,
.note-editor {
    font-family: 'noor', sans-serif !important;
}
