/* ── Design tokens — shared across twendeshops-portal.html and
      twendeshops-staff-login.html. Extracted verbatim from
      twendeshops-staff-login.html's original inline <style> block. ── */
:root {
  --blue:        #1a56e8;
  --green:       #16a34a;
  --red:         #ef4444;
  --red-light:   #fef2f2;
  --orange:      #f59e0b;
  --purple:      #7c3aed;
  --purple-light:#f5f3ff;
  --gray-50:     #f9fafb;
  --gray-100:    #f8f9fa;
  --gray-200:    #e9ecef;
  --gray-300:    #dee2e6;
  --gray-400:    #9ca3af;
  --gray-600:    #4b5563;
  --gray-700:    #374151;
  --gray-900:    #111827;
  --white:       #ffffff;
  --radius:      12px;
  --shadow-lg:   0 8px 32px rgba(0,0,0,0.13);
  --font:        'Nunito', sans-serif;
}
