/*
──────────────────────────────────────────────────────────────────
Copyright (c) 2026 Ilhom Abdullayev (@aib81).
Proyekt: AT MEDSERT — sertifikatsiya tizimi (ISO 13485).
Email: ilhom8108@gmail.com · Telegram: @aib81 (id: 834760045)

Mualliflik huquqi muallifga tegishli. Without written permission —
no copying, forking, or commercial use is allowed.
──────────────────────────────────────────────────────────────────
*/
/* Theme: Light. Source: gui/theme_manager.py -> THEMES['light']. */
:root[data-theme="light"] {
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-alternate: #e9ecef;
  --text-primary: #2c3e50;
  --text-secondary: #7f8c8d;
  --text-header: #2c3e50;
  --accent: #3498db;
  --accent-hover: #2980b9;
  --border: #dee2e6;
  --success: #27ae60;
  --warning: #f39c12;
  --danger: #e74c3c;
  --info: #3498db;
}
