@import "tailwindcss";


@theme{
  --breakpoint-sm: 420px;

}



@plugin "daisyui" {
    themes: light --default;
  }