@tailwind base;
@tailwind components;
@tailwind utilities;

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #c70303;
  border-radius: 2px;
}

/* table::-webkit-scrollbar {
  width: 2px;
} */
