@font-face {
    font-family: 'Noor';
    font-weight: 400;
    font-style: normal;
    src: local('Noor'), local('Noor-Regular'), url('/fonts/Noor/AGCRegular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Noor';
    font-weight: 700;
    font-style: normal;
    src: local('Noor Bold'), local('Noor-Bold'), url('/fonts/Noor/AGCBold.ttf') format('truetype');
    font-display: swap;
}

:root {
    --font-family-base: 'Noor', sans-serif !important;
    --font-family-rtl:  'Noor', sans-serif !important;
}

html, body {
    font-family: 'Noor', sans-serif !important;
}

html[dir="rtl"] body,
html[dir="ltr"] body {
    font-family: 'Noor', sans-serif !important;
}

.note-editable, .note-editor {
    font-family: 'Noor', sans-serif !important;
}
