﻿@font-face {
    font-family: "DinBold";
    src: url(DinNextBold.woff) format("woff"), url(din-next-arabic-bold.ttf) format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Din";
    src: url(DinNextRegular.woff) format("woff"),url(din-next-lt-arabic-regular.ttf) format("ttf");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: Din,Tahoma,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, strong, b {
    font-family: DinBold,Tahoma,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, div, a, span, strong, button, input, textarea {
    /*letter-spacing: 0 !important;
    font-kerning: none;
    -webkit-font-kerning: none;
    mso-font-kerning: none;*/
}
