/* ==========================================================================
   MEDRAY Medical ERP - Design System v2.0
   Enterprise Healthcare UI Framework
   ========================================================================== */

/**
 * MEDRAY Design System v2.0
 * Based on extracted design language from Login Page Master Design
 * 
 * Architecture: ITCSS (Inverted Triangle CSS)
 * Naming: BEM (Block Element Modifier)
 * 
 * Author: MEDRAY UI/UX Team
 * Version: 2.0.0
 * Date: 2026-05-21
 */

/* ========================================
   01. SETTINGS
   Design Tokens - CSS Custom Properties
   ======================================== */
@import url('01-settings/_index.css');

/* ========================================
   02. TOOLS
   Sass Mixins & Functions (if using Sass)
   ======================================== */
/* @import url('02-tools/_index.css'); */

/* ========================================
   03. GENERIC
   Reset & Base Styles
   ======================================== */
@import url('03-generic/_index.css');

/* ========================================
   04. ELEMENTS
   Bare HTML Elements
   ======================================== */
/* @import url('04-elements/_index.css'); */

/* ========================================
   05. OBJECTS
   Layout Patterns & Grid
   ======================================== */
@import url('05-objects/_index.css');

/* ========================================
   06. COMPONENTS
   UI Components Library
   ======================================== */
@import url('06-components/_index-v2.css');

/* ========================================
   07. PAGES
   Page-Specific Styles
   ======================================== */
/* @import url('07-pages/_index.css'); */

/* ========================================
   08. UTILITIES
   Helper Classes
   ======================================== */
@import url('08-utilities/_index.css');

/* ========================================
   09. VENDORS
   Third-Party Overrides
   ======================================== */
/* @import url('09-vendors/_index.css'); */
