@import "tailwindcss";
@plugin "daisyui" {
  themes: light --default;
}

@theme {
  --font-sans: "Poppins", sans-serif;
}

@layer components {
  .bg-gradientCustom {
    background:linear-gradient(to bottom, #B20D0E 0.45%, #E23132 199.14%);
  }
}
