@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%, #b35f54 199.14%);
  }
}
