/* =========================================================================
   NFM Lending — Design System entry point
   Link this single file to pull in the full system (tokens + components).

     <link rel="stylesheet" href="styles.css" />

   Order matters: tokens load first, then component primitives.
   ========================================================================= */

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