/* Webfont: */
@font-face {
	font-family: 'Yekan';
	src: url('yekan.eot'); /* IE9 Compat Modes */
	src: url('yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('yekan.woff2') format('woff2'), /* Modern Browsers */
	url('yekan.woff') format('woff'), /* Modern Browsers */
	url('yekan.otf') format('opentype'), /* Open Type Font */
	url('yekan.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	/*text-rendering: optimizeLegibility;*/
	font-display: auto;
}
@font-face {
	font-family: 'Samim';
	src: url('samim.eot'); /* IE9 Compat Modes */
	src: url('samim.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('samim.woff2') format('woff2'), /* Modern Browsers */
	url('samim.woff') format('woff'), /* Modern Browsers */
	url('samim.otf') format('opentype'), /* Open Type Font */
	url('samim.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	/*text-rendering: optimizeLegibility;*/
	font-display: auto;
}

html, body,
.mud-typography,
.mud-typography-h1, .mud-typography-h2, .mud-typography-h3, .mud-typography-h4, .mud-typography-h5, .mud-typography-h6,
.mud-typography-subtitle1, .mud-typography-subtitle2,
.mud-typography-body1, .mud-typography-body2,
.mud-typography-button,
.mud-typography-caption,
.mud-typography-overline,
.mud-button {
	font-family: Yekan,Samim,Vazir, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

