﻿/*english fonts*/

@font-face {
	font-family: 'helveticaneuelight';
	src: url('../fonts/helveticaneue/HelveticaNeue.ttf') format('truetype'), url('../fonts/helveticaneue/HelveticaNeue.woff2') format('woff2'), url('../fonts/helveticaneue/HelveticaNeue.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneue';
	src: url('../fonts/helveticaneue/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/helveticaneue/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/helveticaneue/HelveticaNeue-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneuemedium';
	src: url('../fonts/helveticaneue/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/helveticaneue/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/helveticaneue/HelveticaNeue-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneuebold';
	src: url('../fonts/helveticaneue/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/helveticaneue/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/helveticaneue/HelveticaNeue-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'adobearabicbold';
	src: url('../fonts/adobe_arabic/adobe_arabic-bold.ttf') format('truetype'), url('../fonts/adobe_arabic/adobe_arabic-bold.woff2') format('woff2'), url('../fonts/adobe_arabic/adobe_arabic-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/*arabic fonts*/

@font-face {
	font-family: "ge_thameen_light";
	src: url("../fonts/ge_thameen/ge_thameen_light.otf"), url("../fonts/ge_thameen/ge_thameen_light.eot") format("embedded-opentype"), url("../fonts/ge_thameen/ge_thameen_light.ttf") format("truetype"), url("../fonts/ge_thameen/ge_thameen_light.woff") format("woff");
}

@font-face {
	unicode-range: U+0-2f, U+40-10FFFF;
	font-family: "ge_thameen_regular";
	src: url("../fonts/ge_thameen/ge_thameen_regular.eot") format("embedded-opentype"), url("../fonts/ge_thameen/ge_thameen_regular.ttf") format("truetype"), url("../fonts/ge_thameen/ge_thameen_regular.woff") format("woff");
}

@font-face {
	unicode-range: U+0-2f, U+40-10FFFF;
	font-family: "ge_thameen_bold";
	src: url("../fonts/ge_thameen/ge_thameen_bold.eot") format("embedded-opentype"), url("../fonts/ge_thameen/ge_thameen_bold.ttf") format("truetype"), url("../fonts/ge_thameen/ge_thameen_bold.woff") format("woff");
}


/*common font related classes*/

.font-regular {
	font-family: 'helveticaneue', Arial;
}

	.font-regular:lang(ar) {
		font-family: 'ge_thameen_regular', Arial;
	}

.font-light {
	font-family: 'helveticaneuelight', Arial;
}

	.font-light:lang(ar) {
		font-family: 'ge_thameen_light', Arial;
	}

.font-medium {
	font-family: 'helveticaneuemedium', Arial;
}

	.font-medium:lang(ar) {
		font-family: 'ge_thameen_bold', Arial;
	}

.font-bold {
	/*font-family: 'helveticaneuebold', Arial;*/
	font-family: 'helveticaneuemedium', Arial;
}

	.font-bold:lang(ar) {
		font-family: 'ge_thameen_bold', Arial;
	}

.font-adobe-bold {
	font-family: "Source Sans Pro",sans-serif;
	font-weight: bold;
}
