/* =====================================================================
   APP.CSS — the load order, and nothing else
   ---------------------------------------------------------------------
   Every @import must come before any other rule. Put one after a
   declaration and the browser drops it silently: no console error, no
   request, just a component with no styles and nothing to say why.
   ===================================================================== */
@import url('tokens.css');
@import url('base.css');
@import url('components/navbar.css');
@import url('components/today.css');
@import url('components/timeline.css');
@import url('components/meal.css');
@import url('components/screens.css');
@import url('components/form.css');
