@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/custom/BentonSans-Book.eot');
    src: url('../fonts/custom/BentonSans-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/BentonSans-Book.woff2') format('woff2'),
        url('../fonts/custom/BentonSans-Book.woff') format('woff'),
        url('../fonts/custom/BentonSans-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/custom/BentonSans-Bold.eot');
    src: url('../fonts/custom/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/BentonSans-Bold.woff2') format('woff2'),
        url('../fonts/custom/BentonSans-Bold.woff') format('woff'),
        url('../fonts/custom/BentonSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tanseek Modern Pro Arabic ExBd';
    src: url('../fonts/custom/TanseekModernProArabic-ExBd.eot');
    src: url('../fonts/custom/TanseekModernProArabic-ExBd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/TanseekModernProArabic-ExBd.woff2') format('woff2'),
        url('../fonts/custom/TanseekModernProArabic-ExBd.woff') format('woff'),
        url('../fonts/custom/TanseekModernProArabic-ExBd.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tanseek Modern Pro Arabic';
    src: url('../fonts/custom/TanseekModernProArabic-Bold.eot');
    src: url('../fonts/custom/TanseekModernProArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/TanseekModernProArabic-Bold.woff2') format('woff2'),
        url('../fonts/custom/TanseekModernProArabic-Bold.woff') format('woff'),
        url('../fonts/custom/TanseekModernProArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tanseek Modern Pro Arabic Lt';
    src: url('../fonts/custom/TanseekModernProArabic-Lt.eot');
    src: url('../fonts/custom/TanseekModernProArabic-Lt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/TanseekModernProArabic-Lt.woff2') format('woff2'),
        url('../fonts/custom/TanseekModernProArabic-Lt.woff') format('woff'),
        url('../fonts/custom/TanseekModernProArabic-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tanseek Modern Pro Arabic';
    src: url('../fonts/custom/TanseekModernProArabic.eot');
    src: url('../fonts/custom/TanseekModernProArabic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/custom/TanseekModernProArabic.woff2') format('woff2'),
        url('../fonts/custom/TanseekModernProArabic.woff') format('woff'),
        url('../fonts/custom/TanseekModernProArabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.font1{
	font-family: BentonSans;
}
.font2{
	font-family: Tanseek Modern Pro Arabic;
}
.font3{
	font-family: Tanseek Modern Pro Arabic Lt;
}
.font4{
	font-family: Tanseek Modern Pro Arabic ExBd;
}