@tailwind base;
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
  @apply bg-gradient-to-b from-dark-bg to-black text-white min-h-screen;
  background-image: theme('backgroundImage.grid-pattern');
}