@font-face {
    font-family: 'Bahij'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-SemiBold.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-SemiLight'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-SemiLight.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Bold'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Bold.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-ExtraBold'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-ExtraBold.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-ExtraLight'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-ExtraLight.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Light'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Light.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Plain'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Plain.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Black'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Black.ttf'); /* URL to your TTF font file */
}

label {
    font-family: 'Bahij', sans-serif;
}

label span{
    background-color: white !important;
    color: red;
}


em{
    font-family: 'Bahij', sans-serif;
}

button {
    font-family: 'Bahij', sans-serif !important;
}


#securityScan a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #4dc7e4;
    font-family: 'Bahij', sans-serif;
}

#reportAgreement h6{
    font-family: 'Bahij_TheSansArabic-Bold';
}

#reportAgreement p{
    font-family: 'Bahij_TheSansArabic-SemiLight';
}

#reportAgreement span{
    font-family: 'Bahij_TheSansArabic-Bold';
}

#agreementButtons button{
    color: white;
    font-size: 1.2rem;
}