
/*------------------------------------------------------------------------------
    Body
------------------------------------------------------------------------------*/
@font-face {

  font-family: 'Droid Arabic Kufi';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/DroidKufi-Regular.eot);

  src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),

       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: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {

  font-family: 'JF Flat Regular';

  font-style: normal;

  font-weight: 700;

  src: url(../fonts/DroidKufi-Bold.eot);

  src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),

       url(../fonts/DroidKufi-Bold.woff2) format('woff2'),

       url(../fonts/DroidKufi-Bold.woff) format('woff'),

       url(../fonts/DroidKufi-Bold.ttf) format('truetype');

}

body {
    /*font-family: "Titillium Web", sans-serif*/
	font-family: 'Droid Arabic Kufi', serif;
}

/*------------------------------------------------------------------------------
    Headings
    (headings, menu links, dropcap first letter, panel subtitle)
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
nav.site_navigation ul.menu > li > a,
.dropcap:first-letter,
.panel_title span {
    /*font-family: "Titillium Web", sans-serif;*/
		font-family: arial, serif !important;
}