:root {
 /* Primary Color Tokens */
  --pri-h: 224 !important;
  --pri-s: 41% !important;
  
  /* Accent Color Tokens */
  --acc-h: 64 !important;
  --acc-s: 100% !important;

  /* Status Variables */
  --success: hsl(120, 100%, 69%);
  --warning: hsl(61, 100%, 48%);
  --error: hsl(0, 100%, 71%);
  --info: hsl(217, 100%, 76%);
}