﻿/* @font-face { font-family: 'IRANSans';
  src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype');
  src: url('../fonts/BYekan.woff') format('woff'), 
  url('../fonts/BYekan.ttf') format('truetype');
  }

@font-face { font-family: 'Yekan';
  src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype');
  src: url('../fonts/Yekan.woff') format('woff'), 
  url('../fonts/Yekan.ttf') format('truetype');
  } */
@import url(fontiran.css); لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد
body {
  /* font-family: IRANSans , Yekan; */
  font-family: IRANSans;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  /* font-family: IRANSans , Yekan ; */
  font-family: IRANSans;
}
::-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;
}
