:root {
  --color-text-primary: var(--gray-600);
  --color-text-secondary: var(--gray-700);
  --color-text-heading: var(--gray-900);
  --color-text-error: var(--red-500);
  --color-text-warning: var(--gray-700);
  --color-text-success: var(--green-500);
  --color-text-info: var(--blue-800);
  --color-text-contrast: var(--gray-100);
  --color-text-link: var(--blue-700);
  --color-text-link-hover: var(--blue-800);
  --color-text-link-active: var(--blue-900);
  --color-text-disabled: var(--gray-400);
  --color-text-placeholder: var(--gray-600);
  --color-text-value: var(--gray-900);
  --color-text-label: var(--blue-950);
}
