﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
@font-face {
	font-family: 'Yekan';
	src:	url('./Yekan/Yekan.eot'); /* IE9 Compat Modes */
	src:	url('./Yekan/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('./Yekan/Yekan.woff2') format('woff2'), /* Modern Browsers */
			url('./Yekan/Yekan.woff') format('woff'), /* Modern Browsers */
			url('./Yekan/Yekan.otf') format('opentype'), /* Open Type Font */	
			url('./Yekan/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: auto;
}
body {
  font-family: IRANSans !important;
  font-weight: 300;
}
*{
  font-family: IRANSans !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
text,
input,

textarea {
  font-family: IRANSans !important;
}
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #afb6d055;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #afb6d0;
}
.swal2-container {
  z-index: 10000000;
}
