@import "shadcn.css";
@tailwind base;
@tailwind components;
@tailwind utilities;

.bg-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}