body {
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    font-family: custom_font !important;
}
h2{
    text-align: center;
}
.copyright {
    text-align: center;
    position: relative;
    maring-top: 10px;
    font-size: 13px;        
}
.ui-widget
{
    font-family: custom_font !important;
}