/* =============================================
   LIGHT FOREST THEME (Green) - HLMS Design System
   ============================================= */

/* Forest green on light background - natural and calming */

[data-theme="light-forest"] {
  /* Primary Colors - Forest Green */
  --color-primary: #10B981;
  --color-primary-dark: #059669;
  --color-primary-light: #34D399;
  --color-primary-rgb: 16, 185, 129;
  --gradient-primary: linear-gradient(135deg, #10B981 0%, #059669 100%);

  /* Background - Light Green tint */
  --bg-body: #ecfdf5;
  --bg-card: #ffffff;
  --bg-surface: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);

  /* Text - Dark for readability */
  --text-primary: #064e3b;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;

  /* Borders */
  --border-color: #a7f3d0;

  /* Navigation */
  --nav-bg: linear-gradient(135deg, #10B981 0%, #059669 100%);
  --nav-text: #ffffff;
  --nav-text-hover: rgba(255, 255, 255, 0.8);

  /* Modal */
  --modal-overlay: rgba(6, 78, 59, 0.6);

  /* Semantic Colors */
  --color-success: #10b981;
  --color-success-dark: #059669;
  --color-success-rgb: 16, 185, 129;
  --color-warning: #f59e0b;
  --color-warning-dark: #d97706;
  --color-warning-rgb: 245, 158, 11;
  --color-danger: #ef4444;
  --color-danger-dark: #dc2626;
  --color-danger-rgb: 239, 68, 68;
  --color-info: #3b82f6;
  --color-info-rgb: 59, 130, 246;

  /* Grays */
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(16, 185, 129, 0.08);
  --shadow-md: 0 4px 6px rgba(16, 185, 129, 0.1);
  --shadow-lg: 0 10px 25px rgba(16, 185, 129, 0.12);

  /* Subject Colors */
  --subject-math: #10B981;
  --subject-reading: #059669;
  --subject-writing: #f59e0b;
  --subject-science: #3b82f6;
  --subject-history: #8b5cf6;
  --subject-spelling: #ec4899;
  --subject-geography: #06b6d4;
  --subject-art: #f97316;
  --subject-music: #a855f7;
  --subject-pe: #22c55e;
}
