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

@theme {
  --font-sans: "Poppins", sans-serif;
}

@layer components {
  .bg-gradientCustom {
    background: linear-gradient(to bottom, #825938 0.45%, #4e2a1b 199.14%);
  }
}
