/* GENERATED-SOURCE: edit in shared/styles/, never in an edition.

   The component layer, in the order it has to cascade: base sets the document
   and the elements, layout places the shell, components style what goes inside
   it, charts corrects what ApexCharts insists on drawing.

   These live in shared/ for the same reason the tokens do. The five editions
   render the same design, and a class that is styled once cannot drift into
   five slightly different versions of itself. What each edition owns is how it
   produces the markup, not how the markup looks. */
@import url('./base.css');
@import url('./layout.css');
@import url('./components.css');
@import url('./charts.css');
@import url('./auth.css');
@import url('./billing.css');
@import url('./landing.css');
@import url('./board.css');
@import url('./analytics.css');
@import url('./calendar.css');
@import url('./inbox.css');
@import url('./notifications.css');
@import url('./search.css');
