﻿@charset "UTF-8";

@font-face {
    font-family: IBMPlexSansArabic-Regular;
    src: url(/fonts/IBMPlexSansArabic-Regular.ttf) format("truetype")
}

@font-face {
    font-family: IBMPlexSansArabic-Medium;
    src: url(../fonts/IBMPlexSansArabic-Medium.ttf) format("truetype")
}

@font-face {
    font-family: IBMPlexSansArabic-SemiBold;
    src: url(../fonts/IBMPlexSansArabic-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: IBMPlexSansArabic-Bold;
    src: url(../fonts/IBMPlexSansArabic-Bold.ttf) format("truetype")
}

.font-webyan-bold {
    font-family: IBMPlexSansArabic-Bold;
    font-weight: 700 !important
}

.font-webyan-semibold {
    font-family: IBMPlexSansArabic-SemiBold;
    font-weight: 600 !important
}

.font-webyan-medium {
    font-family: IBMPlexSansArabic-Medium;
    font-weight: 500 !important
}

.font-webyan-regular {
    font-family: IBMPlexSansArabic-Regular;
    font-weight: 400 !important
}

body {
    font-family: IBMPlexSansArabic-Medium !important;
/*    --bs-body-font-size: 16px !important;*/
    -webkit-font-smoothing: antialiased;
    font-synthesis: none !important;
}
