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

body {
  @apply bg-background text-white;
}

.cm-theme {
  @apply h-full md:text-[16px];
}

.cm-editor {
  @apply py-2;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}