/*
Theme Name: EduTrack LMIS Theme
Theme URI: https://yourwebsite.com
Author: Long Haul Solutions
Author URI: https://longhaulsolutions.co.za
Description: A modern, lightweight WordPress theme built for online learning and QCTO-compliant LMS platforms.
Version: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edutrack-lms
Tags: education, lms, elearning, qcto, responsive
*/

:root {
  --theme-primary: #4f0f69;
  --theme-primary-light: #7e3db0;
  --theme-secondary: #0f172a;
  --theme-accent: #10b981;
  --theme-text: #1e293b;
  --theme-bg: #ffffff;
  --theme-border: #e5e7eb;

  --button-bg: var(--theme-primary);
  --button-text: #ffffff;
  --button-hover-bg: var(--theme-primary-light);
}
