/* Global styles copied from src/styles.css to satisfy legacy /styles.css links */
/* You can remove the hardcoded <link href="/styles.css"> from pages and rely on imports instead. */

/* Base styles */
@tailwind base;
@tailwind components;
@tailwind utilities;

html, body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Minimal reset for layout consistency */
* { box-sizing: border-box; }

/* Include some defaults used by the project */
.container { max-width: 1200px; margin: 0 auto; }

/* Keep the original src/styles.css content as a fallback (shortened) */
/* If you prefer the full original file in public, copy the whole file here. */
