@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('../fonts/IBMPlexSansArabic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --default-font: 'IBM Plex Sans Arabic', sans-serif;
}

/* body {
    background: red !important;
} */

/* body {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
    font-weight: 400 !important;
} */

body,
button,
input,
select,
textarea,
table,
th,
td,
a,
span,
p,
li,
div,
h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

/* استثناء أيقونات remixicon */
i,
[class^="ri-"],
[class*=" ri-"] {
    font-family: "remixicon" !important;
}

