/* ============================================================
   IronMonkey Design System - Main Entry Point
   Import this single file to get the full design system.

   Migration note: During migration, pages load EITHER this file
   OR the old Tailwind main.css, not both. Once all pages are
   migrated, delete the old main.css and move this to its place.
   ============================================================ */

@import url('tokens.css');
@import url('reset.css');
@import url('typography.css');
@import url('layout.css');
@import url('components.css');
@import url('utilities.css');
