@import "tailwindcss";

@source "../index.html";
@source "./**/*.js";

@layer base {
  html {
    scroll-behavior: smooth;
  }
}
