/* ============================================
   CITYLOVE EDITOR - MAIN STYLESHEET
   ============================================

   This file imports all CSS modules.
   Order matters - variables and base must come first.

   Structure:
   - variables.css  : CSS custom properties (colors, spacing, etc.)
   - base.css       : Reset, typography, utilities
   - layout.css     : Editor layout, nav, sidebar, preview
   - components.css : Forms, buttons, toggles, pickers
   - poster.css     : Poster design, shapes, masks
   - icons.css      : Icons, markers, fotomarkers
   - product.css    : Product tab styles
   - fonts.css      : Font-face declarations (separate file)

   ============================================ */

@import url('variables.css');
@import url('base.css');
@import url('layout.css');
@import url('components.css');
@import url('poster.css');
/* layout-templates.css removed - CSS now loaded from JSON templates via TemplateLoader */
@import url('icons.css');
@import url('product.css');
