/* ==========================================================================
   Woop Legacy Compatibility — ReckonWell
   Maps old token names to new WOOP semantic tokens so existing CSS
   continues to work during the phased migration (REC-63 through REC-66).

   TEMPORARY FILE. Remove once all pages are fully migrated to WOOP tokens.
   Each task (REC-63, REC-64, REC-65, REC-66) should update its CSS to
   reference WOOP tokens directly and remove reliance on these aliases.
   ========================================================================== */

:root {
  /* Old name           → WOOP token */
  --ink:                var(--foreground);
  --paper:              var(--background);
  --warm:               var(--rw-warm);
  --accent:             var(--primary);
  --accent-light:       var(--primary-on-dark);
  --accent-glow:        var(--primary-glow);
  --retire-color:       var(--wealth);
  --retire-light:       var(--wealth-on-dark);
  --retire-bg:          var(--wealth-bg);
  --well-color:         var(--health);
  --well-light:         var(--health-on-dark);
  --well-bg:            var(--health-bg);
  --muted:              var(--muted-foreground);
  --divider:            var(--border);
  --serif:              var(--font-family-heading);
  --sans:               var(--font-family);
}
