/* =============================================
   DEFAULT THEME (Purple) - HLMS Design System
   ============================================= */

/* This theme inherits all variables from variables.css
   Override only if needed for the default purple theme */

[data-theme="default"],
:root {
  /* Primary Colors - Purple gradient (already in variables.css) */
  --color-primary: #667eea;
  --color-primary-dark: #764ba2;
  --color-primary-light: #818cf8;
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

  /* Background */
  --bg-body: #f5f7fa;
  --bg-card: #ffffff;

  /* Text */
  --text-primary: #1f2937;
  --text-secondary: #6b7280;

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

  /* Navigation specific */
  --nav-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --nav-text: #ffffff;
  --nav-text-hover: rgba(255, 255, 255, 0.8);

  /* Subject Colors (for assignment cards) */
  --subject-math: #667eea;
  --subject-reading: #10b981;
  --subject-writing: #f59e0b;
  --subject-science: #3b82f6;
  --subject-history: #8b5cf6;
  --subject-spelling: #ec4899;
  --subject-geography: #06b6d4;
  --subject-art: #f97316;
  --subject-music: #a855f7;
  --subject-pe: #22c55e;
}
