@font-face{
	font-family: 'font-awesome';
	font-style: normal;
	font-weight: 900;
  font-display: block;
	src: url('../../fonts/awesome/fa-solid-900.eot');
	src: url('../../fonts/awesome/fa-solid-900.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/awesome/fa-solid-900.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/awesome/fa-solid-900.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/awesome/fa-solid-900.ttf') format('truetype');
}

@font-face{
	font-family: 'font-main';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/morabba.eot');
	src: url('../../fonts/morabba.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/morabba.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/morabba.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/morabba.ttf') format('truetype');
}

@font-face{
	font-family: 'font-base';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/rokh.eot');
	src: url('../../fonts/rokh.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/rokh.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/rokh.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/rokh.ttf') format('truetype');
}

@font-face{
	font-family: 'font-1';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/iransans.eot');
	src: url('../../fonts/iransans.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/iransans.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/iransans.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/iransans.ttf') format('truetype');
}

@font-face{
	font-family: 'font-2';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/dana.eot');
	src: url('../../fonts/dana.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/dana.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/dana.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/dana.ttf') format('truetype');
}

@font-face{
	font-family: 'font-3';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/aviny.eot');
	src: url('../../fonts/aviny.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/aviny.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/aviny.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/aviny.ttf') format('truetype');
}

.font-awesome-solid{font-family:'font-awesome';font-weight:500;}
.font-main{font-family:'font-main'}.font-base{font-family:'font-base'}
.font-1{font-family:'font-1'}.font-2{font-family:'font-2'}.font-3{font-family:'font-3'}

/* Web Font styles ---------------------------------------- */
h1,h2,h3,h4,h5,h6{font-family:'font-main';}
body{font-family:'font-1';line-height:2em !important;font-size:12px;}
.fa{font-weight:500 !important;} .fas{font-weight:900 !important;}
/*a,a:link,li.divider span.separator{font-family:'font-1';}*/

/* Web Font size ---------------------------------------- */
h1{font-size:2em !important;line-height:2em !important;}
h2{font-size:1.8em !important;line-height:2em !important;}
h3{font-size:1.5em !important;line-height:1.5em !important;} 
h4{font-size:1.3em !important;line-height:1.5em !important;}
h5{font-size:1.2em !important;line-height:1.5em !important;} 
h6{font-size:1.1em !important;line-height:1.5em !important;}

.font-small{font-size:90%;} .font-medium{font-size:100%;} .font-larg{font-size:110%;}

/* Flex Font size ---------------------------------------- */
/* mb:mobile 60x6=360 (0px) */
@media only screen and (min-width:0px){
	body{font-size:12px;}
}

/* tb:tablet 60x12=720 (361px) */
@media only screen and (min-width:361px){
	body{font-size:13px;}
}

/* pc:desktop 60x18=1080 (721px) */
@media only screen and (min-width:721px){
	body{font-size:14px;}
}

/* lp:laptop 60x24=1440 (1081px) */
@media only screen and (min-width:1081px){
	body{font-size:15px;}
}

/* tv:television 60x30=1800 (1441px) */
@media only screen and (min-width:1441px){
	body{font-size:16px;}
}

