/* ----------------------------------------------------------------
    Fonts

    Replace your Fonts as necessary
-----------------------------------------------------------------*/

/* @font-face{font-family:"Oswald"; font-style:normal; font-weight:400; src:local("Oswald Regular"),local("Oswald-Regular"),url("../fonts/Oswald-Regular-400.woff") format("woff")}
@font-face{font-family:"Varela"; font-style:normal; font-weight:400; src:local("Varela"),url("../fonts/Varela-400.woff") format("woff")}
@font-face{font-family:"Open Sans"; font-style:normal; font-weight:400; src:local("Open Sans"),local("OpenSans"),url("../fonts/OpenSans-400.woff") format("woff")} */

/* arabic */
@font-face {
	font-family: 'Amiri';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: local('Amiri'), local('Amiri-Regular'), url(../fonts/Amiri-Regular.woff2) format('woff2');
	unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
  }
  @font-face {
	font-family: 'Amiri';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local('Amiri Bold'), local('Amiri-Bold'), url(../fonts/Amiri-Bold.woff2) format('woff2');
	unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
  }

/*
 * Droid Arabic Naskh (Arabic) http://www.google.com/fonts/earlyaccess
 */
 @font-face {
	font-family: 'Droid Arabic Naskh';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(../fonts/DroidNaskh-Regular.eot);
	src: url(../fonts/DroidNaskh-Regular.eot?#iefix) 	format('embedded-opentype'),
		 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;
	font-display: swap;
	src: url(../fonts/DroidNaskh-Bold.eot);
	src: url(../fonts/DroidNaskh-Bold.eot?#iefix) 	format('embedded-opentype'),
		 url(../fonts/DroidNaskh-Bold.woff2) 		format('woff2'),
		 url(../fonts/DroidNaskh-Bold.woff) 		format('woff'),
		 url(../fonts/DroidNaskh-Bold.ttf) 			format('truetype');
  }
  
  /*
   * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
   */
  @font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	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: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	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,
small,
.sub-menu-container .menu-item > .menu-link,
.wp-caption,
.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a,
.font-body { font-family: 'Droid Arabic Naskh', serif; }


h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary { font-family: 'Droid Arabic Naskh', serif; }


.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary { font-family: 'Amiri', serif !important; }


.kufi		{font-family: 'Droid Arabic Kufi', serif!important;font-style:normal;font-weight:400 !important;}
.kufiBold	{font-family: 'Droid Arabic Kufi', serif!important;font-style:normal;font-weight:700 !important;}
.naskh		{font-family:'Droid Arabic Naskh', serif!important;font-style:normal;font-weight:400 !important;}
.naskhBold	{font-family:'Droid Arabic Naskh', serif!important;font-style:normal;font-weight:700 !important;}
.amiri  	{font-family: 'Amiri', serif			!important;font-style:normal;font-weight:400 !important;}
.amiriBold  {font-family: 'Amiri', serif 			!important;font-style:normal;font-weight:700!important;}