@tailwind base;
@tailwind components;
@tailwind utilities;


// @layer base {
//   /* width */
//   ::-webkit-scrollbar {
//     @apply w-2 p-2
//   }
  
//   /* Track */
//   ::-webkit-scrollbar-track {
//     @apply bg-inherit
//   }
  
//   /* Handle */
//   ::-webkit-scrollbar-thumb {
//     @apply bg-gray-200 dark:bg-gray-600 rounded-xl
//   }
  
//   /* Handle on hover */
//   ::-webkit-scrollbar-thumb:hover {
//     @apply bg-gray-700
//   }
// }

body {
  scrollbar-gutter: stable;
}
.af-button-shadow {
  box-shadow: -0px 6px 6px rgb(0, 0, 0, 0.1);
}

*{
  -moz-user-select: none;
}