/* Import Orchard9 Design System - includes all Tailwind CSS utilities */
@import '@orchard9ai/design-system/styles.css';

/* Global styles that use design system tokens */
:root {
  /* Design system sets theme variables, these are fallbacks */
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* 
 * Note: The design system provides all necessary theme variables and utility classes.
 * DaisyUI-style components are available through the design system.
 * No manual recreation of utility classes is needed.
 */