/* ====================================================================
   Restaurant Impérial — Design System entry point
   --------------------------------------------------------------------
   Single stylesheet for consuming projects to link. Pulls in the core
   design tokens (color + type) and the shared menu component styles.
   ==================================================================== */

@import url('colors_and_type.css');
@import url('menus/_shared.css');
@import url('components/components.css');
