/* ================================================
   DOAE HRCS — Component Library Tokens
   ทำงานร่วมกับ Bootstrap 4.0.0-beta + CSS Variables เดิม

   ⚠️ Variables เดิมที่มีอยู่แล้วใน Layout (ห้ามสร้างซ้ำ):
   --body_bg, --body_font, --content_bg, --content_font,
   --field_bg, --field_font, --field_border,
   --menu_bg, --menu_bg_active, --menu_bg_hover, --menu_font,
   --sidebar_bg, --sidebar_font,
   --button_bg, --button_bg2, --button_font, --button_bg_hover,
   --table_bg, --table_font,
   --head_bg, --head_bg2, --head_font,
   --footer_bg, --footer_font

   ไฟล์นี้เพิ่มเฉพาะ tokens ที่ยังไม่มีในระบบเดิม
   ================================================ */

:root {
  /* Semantic Status Colors (ไม่มีในระบบเดิม) */
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #3b82f6;

  /* Spacing scale (ไม่มีในระบบเดิม) */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;

  /* Border radius (ไม่มีในระบบเดิม) */
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;

  /* Shadows (ไม่มีในระบบเดิม) */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
}
