/* ============================================================================
   SRH ALOQOD — صرح العقود للعقارات
   index.css · the entry point
   ----------------------------------------------------------------------------
   Import this file and nothing else. The order below is not cosmetic: every
   layer may only reach the one above it, so reordering breaks resolution.

       1  primitives and semantic colour
       2  radius        · inherited scale + per-component values
       3  shadow        · inherited scale, colour corrected to the approved ink
       4  typography    · families, sizes, weights, leading, tracking, roles
       5  spacing       · inherited scale + semantic roles
       6  component spacing
       7  component colour
       8  layout        · container, grid, the single 768px breakpoint
       9  components    · the CSS that consumes all of the above

   This file contains no CSS of its own.
   ========================================================================= */

@import "./tokens.css";
@import "./radius.tokens.css";
@import "./shadow.tokens.css";
@import "./typography.tokens.css";
@import "./spacing.tokens.css";
@import "./component-spacing.tokens.css";
@import "./components.tokens.css";
@import "./layout.css";
@import "./components.css";
