Comment décevoir une variable et l'utiliser dans CSS

:root { 
  --text-danger: 16px; 
} 

body { 
  color: var(--text-color); 
} 
a dum studant