/* app/frontend/src/index.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
  :root {
    --color-primary: #2563eb;
    --color-primary-hover: #1d4ed8;
    --color-text: #1a1a1a;
    --color-text-secondary: #6b7280;
    --color-border: #d1d5db;
    --color-bg: #f3f4f6;
    --base-000: #ffffff;
    --base-100: #f3f4f6;
    --base-300: #d1d5db;
    --base-400: #9ca3af;
    --base-600: #6b7280;
    --base-900: #1a1a1a;
    --blue-200: #bfdbfe;
    --red-500: #ef4444;
    --red-200: #fecaca;
  }
}
@layer components {
  #root {
    @apply min-h-screen flex flex-col;
  }
}
/*# sourceMappingURL=/assets/main-766e6b35.css.map */
