/* ==========================================
   KAUFEINHORN MAIN CSS
   Master file that imports all CSS modules
   ========================================== */

/* Step 1: Import design tokens FIRST (must be first!) */
/* Tokens are now loaded via tokens.css in HTML — this @import is kept for backward compatibility */
@import url("tokens.8bc68f1bf161.css?v=20260731");

/* Step 2: Import component styles */
@import url("components/components.f19172855221.css");
@import url("components/toasts.bed0f11216f1.css");
@import url("buttons.6b0fdd82c42a.css?v=20260731");

/* Step 3: Import layout and utility styles */
/* These will use the CSS variables from tokens.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
*/
