/* Thin */
@font-face {
    font-family: SEGOEUIL;
    src: url("../../fonts/en/SEGOEUIL.TTF") format("truetype");
    font-display: swap
}

/* Bold */
@font-face {
    font-family: SEGOEUIB;
    src: url("../../fonts/en/SEGOEUIB.TTF") format("truetype");
    font-display: swap
}

/* Regular */
@font-face {
    font-family: SEGUIEMJ;
    src: url("../../fonts/en/SEGUIEMJ.TTF") format("truetype");
    font-display: swap
}

/* Extra bold */
@font-face {
    font-family: SEGUIBL;
    src: url("../../fonts/en/SEGUIBL.TTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: AL-JAZEERA-ARABIC-REGULAR;
    src: url("../../fonts/ar/AL-JAZEERA-ARABIC-REGULAR.TTF") format("truetype");
    font-display: swap
}

body {
    font-family: 'SEGUIEMJ', sans-serif !important;
}

.fw-400 {
    font-family: SEGOEUIL !important
}

.fw-700 {
    font-family: SEGOEUIB !important
}

.fw-900 {
    font-family: SEGUIBL !important
}

.ar-font {
    font-family: AL-JAZEERA-ARABIC-REGULAR !important;
}