/* ==========================================
   KAUFEINHORN MAIN CSS
   Master file that imports all CSS modules
   ========================================== */

/* Step 1: Import design tokens FIRST (must be first!) */
@import url("_variables.3c0cbc2e19d5.css");

/* Step 2: Import component styles */
@import url("components/components.42f86816b1ec.css");
@import url("components/toasts.bed0f11216f1.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
*/
