/* LESS Document */
/*
@font-face {
    font-family: 'DIN-Regular';
    src: url('../fonts/din/DIN-Regular.ttf');
}
@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/din/DIN-Bold.ttf');
}
@font-face {
    font-family: 'DIN-Light';
    src: url('../fonts/din/DIN-Light.ttf');
}
@font-face {
    font-family: 'DIN-Medium';
    src: url('../fonts/din/DIN-Medium.ttf');
}
*/
@dir: rtl;

@direction: right;
@otherdirection: left;

@fontfamily: "Tajawal";

@fontfamily: 'Tajawal', "Barlow, Open Sans";
@fontBold : 'Tajawal',"Barlow";
@fontLight: 'Tajawal',"Barlow";
@fontMedium: 'Tajawal',"Barlow";
@fontBlack: 'Tajawal',"Barlow";

@fwn :normal;
@fwl :300;
@fwm :500;
@fwb :700;
@fweb :700;

.fontMedium{font-family: @fontfamily; font-weight: 500;}
.fontLight {font-family: @fontfamily; font-weight: 300;}
.fontBold{font-family: @fontfamily; font-weight: 700;}
.fontBlack{font-family: @fontfamily; font-weight: 700;}


@import "main.less";

.sharethis-inline-share-buttons{justify-content: flex-end; }

.col_link a{padding:11px 15px 9px 15px;}
.para-table .font33{line-height:1.5;}
.para-table .font33 h3{line-height:1.5;}