/*font*/
@font-face {
    font-family: 'dga-font';
    src: url("../fonts/Diodrum/DiodrumArabic-Regular.woff") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dga-font';
    src: url("../fonts/Diodrum/DiodrumArabic-Bold.woff") format("truetype");
    font-weight: 800;
    font-style: normal;
}

html[dir="rtl"] body, html[lang="ar"] body {
    font-family: 'dga-font';
    text-align: right;
}

html, body {
    font-family: 'dga-font';
    line-height: 1.6;
}