﻿/*#region Fonts */

@font-face {
    font-family: 'Tajawal';
    src: url('Fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto';
    src: url('Fonts/NotoNaskhArabic.ttf') format('truetype');
}

@font-face {
    font-family: 'Amiri';
    src: url('Fonts/Amiri-Regular.ttf') format('truetype');
}


:root {
    --rz-text-font-family: Noto !important;
}

/*#endregion */
