/**
 * PHARMDATA DESIGN SYSTEM - Master Index
 * Version: 3.2.0
 *
 * Complete design system bundle.
 * Import this single file to get everything.
 *
 * @example
 * <link rel="stylesheet" href="src/index.css">
 *
 * Or import individual modules:
 * <link rel="stylesheet" href="src/tokens/index.css">
 * <link rel="stylesheet" href="src/components/index.css">
 * <link rel="stylesheet" href="src/themes/index.css">
 */

/* Core Design Tokens */
@import 'tokens/index.css';

/* UI Components */
@import 'components/index.css';

/* Theme Variations */
@import 'themes/index.css';
