@font-face {
    font-family: 'Noor';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Noor';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Noor';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'main-font-family';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'main-font-family';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'main-font-family';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'rtl-font-family';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'rtl-font-family';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'rtl-font-family';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Noor/Noor-Bold.ttf') format('truetype');
    font-display: swap;
}

:root {
    --font-family-base: 'Noor', sans-serif !important;
    --font-family-rtl: 'Noor', sans-serif !important;
}

html,
body,
button,
input,
select,
textarea {
    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;
}

.font-family-arial,
.font-arial,
.premium-popup {
    font-family: 'Noor', sans-serif !important;
}
