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

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

body {
  background-color: rgb(0, 0, 0);
  scroll-behavior: smooth;
}
