@tailwind base;
@tailwind components;
@tailwind utilities;

#__next {
  @apply h-full;
}
html,
body {
  @apply h-full;
  background: #fcfcfc;
}
