﻿@font-face {
    font-family: 'DubaiW23';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DubaiW23-Regular.eot);
    src: url(../fonts/DubaiW23-Regular.eot) format('embedded-opentype'), url(../fonts/DubaiW23-Regular.woff) format('woff'), url(../fonts/DubaiW23-Regular.ttf) format('truetype');
}

body {
    font-family: 'DubaiW23';
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    text-align: right;
    direction: rtl;
    background-color: #f9f9f9;
}
