
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidKufi-Regular.eot);
  src: url(fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(fonts/DroidKufi-Regular.woff) format('woff'),
       url(fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DroidKufi-Bold.eot);
  src: url(fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(fonts/DroidKufi-Bold.woff) format('woff'),
       url(fonts/DroidKufi-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidNaskh-Regular.eot);
  src: url(fonts/DroidNaskh-Regular.woff2) format('woff2'),
       url(fonts/DroidNaskh-Regular.woff) format('woff'),
       url(fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DroidNaskh-Bold.eot);
  src: url(fonts/DroidNaskh-Bold.woff2) format('woff2'),
       url(fonts/DroidNaskh-Bold.woff) format('woff'),
       url(fonts/DroidNaskh-Bold.ttf) format('truetype');
}


/* RTL*/

.rtl{direction:rtl}
body { direction: rtl; }

/* font-family */

*:not(.fa){font-family: 'Droid Arabic Naskh', serif !important}

/* right-column */

#right-column {    
   margin-right: 300px;
   max-width: none  !important;
  }

h1 {width : 100% !important}

.text-logo{font-family: 'Droid Arabic Naskh', serif !important}

.sidebar-toc ul li.current > a, .sidebar-toc ul li.current > a:hover{font-family: 'Droid Arabic Naskh', serif !important}

div.sphinxsidebar .sidebar-toc a{font-family: 'Droid Arabic Naskh', serif !important}

/* Footer*/

div.footer {
    text-align: left !important;
}
/*الفهرس*/

div.topic.contents{
    /*min-width: 300px !important;*/
    width : 100% !important;
}

/* h2 */
h2 {
    font-size: 16px !important;
    line-height: 1.5;
     color: #428bca !important;
}


h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #428bca !important;
}