@tailwind base;
@tailwind components;
@tailwind utilities;


/* @layer base {
  body {
    font-family: 'IRANKharazmi' !important;
    font-size: 13px !important;
  }

  @font-face {
    font-family: 'IRANKharazmi';
    src: url('IRANKharazmi.woff') format('woff');
  }
} */

@layer base {
  body {
    font-family: 'Vazirmatn-Regular' !important;
    font-size: 13px !important;
      
  }

  @font-face {
    font-family: 'Vazirmatn-Regular';
    src: url('Vazirmatn-Regular.woff2') format('woff2');
      font-display: swap;
  }
}


  

/* Scrollbar مخفی برای کل صفحه */
html::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
html {
    -ms-overflow-style: none; /* IE و Edge */
    scrollbar-width: none; /* Firefox */
}


.scrollbar-hide::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.scrollbar-hide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}