/**
 * PHARMDATA DESIGN SYSTEM - Themes
 * Version: 3.2.0
 *
 * Theme variations: dark mode, density modes, accessibility.
 * Import this after tokens and components.
 *
 * @example
 * <link rel="stylesheet" href="src/tokens/index.css">
 * <link rel="stylesheet" href="src/components/index.css">
 * <link rel="stylesheet" href="src/themes/index.css">
 */

/* Dark Mode - Theme switching support */
@import 'dark-mode.css';

/* Density Modes - Compact/Comfortable for power users */
@import 'density.css';

/* Keyboard Shortcuts - Accessibility and workflow */
@import 'keyboard-shortcuts.css';
