/* ==========================================================================
   QuaBook Design System — root entry point
   Link this single file to get the whole system. It pulls in:
     1. colors_and_type.css — tokens, fonts, semantic .qb-* type classes
     2. marketing.css       — the mkt-* marketing layer (quabook.com)
   App / dashboard / kiosk surfaces only need (1); marketing pages need both.
   ========================================================================== */

@import url('colors_and_type.css');
@import url('marketing.css');
