@font-face {
    font-family: Arabic-Ibm;
    src: url(./fonts/IBMPlexSansArabic-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Arabic-Ibm;
    src: url(./fonts/IBMPlexSansArabic-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Arabic-Ibm;
    src: url(./fonts/IBMPlexSansArabic-SemiBold.ttf) format('truetype');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Arabic-Ibm;
    src: url(./fonts/IBMPlexSansArabic-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

html,
body {
    font-family: Arabic-Ibm, sans-serif;
}