@font-face {
    font-family: 'Poppins-Medium';
    font-style: normal;
    font-weight: 400;
    src: local('poppins-medium'), url('../fonts/Poppins-Medium.woff') format('woff');
}

@font-face {
    font-family: 'NotoKufiArabic-Regular';
    src: url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic-Bold';
    src: url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic-ExtraBold';
    src: url('../fonts/NotoSansArabic-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-fonts/Inter_28pt-Regular.ttf') format('truetype');
    unicode-range: U+0000-007F, U+00A0-00FF, U+0100-017F; /* Latin characters and numbers */
}

@font-face {
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-fonts/Inter_28pt-Bold.ttf') format('truetype');
    unicode-range: U+0000-007F, U+00A0-00FF, U+0100-017F; /* Latin characters and numbers */
}

@font-face {
    font-family: 'Inter-ExtraBold';
    font-style: normal;
    font-weight: 1000;
    src: url('../fonts/inter-fonts/Inter_28pt-ExtraBold.ttf') format('truetype');
    unicode-range: U+0000-007F, U+00A0-00FF, U+0100-017F; /* Latin characters and numbers */
}

@font-face {
    font-family: 'NotoSansArabic-Medium';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSansArabic-Medium.ttf') format('truetype');
    unicode-range: U+0600-06FF, U+0750-077F, U+0660-0669; /* Arabic characters + Arabic numerals */
}

@font-face {
    font-family: 'NotoSansArabic-Bold';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
    unicode-range: U+0600-06FF, U+0750-077F, U+0660-0669; /* Arabic characters + Arabic numerals */
}

@font-face {
    font-family: 'NotoSansArabic-ExtraBold';
    font-style: normal;
    font-weight: 1000;
    src: url('../fonts/NotoSansArabic-ExtraBold.ttf') format('truetype');
    unicode-range: U+0600-06FF, U+0750-077F, U+0660-0669; /* Arabic characters + Arabic numerals */
}