/* Flowbite + Tailwind CSS v4 - Clean Production Build */

/* Import Tailwind CSS */
@import url('https://cdn.tailwindcss.com');

/* Flowbite CSS */
@import url('https://cdn.jsdelivr.net/npm/flowbite@2.4.1/dist/flowbite.min.css');

/* Custom Theme Colors */
:root {
  --color-stone-950: #201917;
  --color-stone-400: #AFA8A5;
}

/* Project-specific upload area styling */
.upload-area.dragover {
  border-color: #201917;
  background-color: #fafaf9;
}

/* Remove default link underlines globally */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Ensure main content area has light grey background */
.bg-\[\#f7f7f7\] {
  background-color: #f7f7f7 !important;
}

/* Alternative selector for main content */
div.min-h-screen.bg-\[\#f7f7f7\] {
  background-color: #f7f7f7 !important;
}
