/* ============================================
   Monotone Theme - Main CSS Entry Point
   Pure monochrome design with minimal aesthetics
   ============================================ */

/* Import order matters for proper cascading */

/* 1. Variables first - needed by all other files */
@import url('variables.css');

/* 2. Base styles */
@import url('base.css');

/* 3. Layout components */
@import url('layout.css');

/* 4. CRUD page styles */
@import url('crud.css');
