@font-face {
    font-family: 'IBM';
    src: url('./IBMPlexSansArabic-Thin.ttf');
    font-weight: 100;
    font-variant: normal;
    font-display: smooth;
}

@font-face {
    font-family: 'IBM';
    src: url('./IBMPlexSansArabic-ExtraLight.ttf');
    font-weight: 200;
    font-variant: normal;
    font-display: smooth;
}

@font-face {
    font-family: 'IBM';
    src: url('./IBMPlexSansArabic-Light.ttf');
    font-weight: 300;
    font-variant: normal;
    font-display: smooth;
}

@font-face {
    font-family: 'IBM';
    src: url('./IBMPlexSansArabic-Regular.ttf');
    font-weight: 400;
    font-variant: normal;
    font-display: smooth;
}

@font-face {
    font-family: 'IBM';
    src: url('./IBMPlexSansArabic-Medium.ttf');
    font-weight: 500;
    font-variant: normal;
    font-display: smooth;
}

@font-face {
    font-family: 'IBM';
    src: url('./IBMPlexSansArabic-SemiBold.ttf');
    font-weight: 600;
    font-variant: normal;
    font-display: smooth;
}

@font-face {
    font-family: 'IBM';
    src: url('./IBMPlexSansArabic-Bold.ttf');
    font-weight: 700;
    font-variant: normal;
    font-display: smooth;
}