/* ═══════════════════════════════════════════════════════════════
   iUnderwrite — Main Stylesheet
   Import order matters: variables must come first so all
   subsequent files can reference the custom properties.
═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

@import './_variables.css';   /* Brand tokens — edit here first  */
@import './_base.css';        /* Reset & typography              */
@import './_components.css';  /* Reusable UI components          */
@import './_layout.css';      /* Page structure & sections       */
@import './_dashboard.css';   /* Deployment state dashboard      */
