/* ==========================================
   KAUFEINHORN MAIN CSS
   Master file that imports all CSS modules
   ========================================== */

/* Step 1: Import design tokens FIRST (must be first!) */
@import '_variables.css?v=20260727l';

/* Step 2: Import component styles */
@import 'components/components.css';
@import 'components/toasts.css';

/* Step 3: Import layout and utility styles */
/* These will use the CSS variables from _variables.css */

/* Note: Legacy CSS files are imported in base.html separately
   This file serves as the foundation layer with:
   - All CSS variables (tokens)
   - Component-specific classes
   - Layout utilities
*/
