/* =============================================================================
   SUBASTOP — Design System · global entry point
   Consumers link THIS file. It pulls in the full token + component system.
   subastop-system.css holds the :root tokens, the Google-Fonts @import
   (Outfit · Inter · IBM Plex Mono) and every component class. Kept intact so
   the live institutional site keeps working.
   ============================================================================= */
@import url('fonts.css');
@import url('subastop-system.css');
