 :root{
     --colors-gray-neutral-50: #f9fafb;
 }
 
 body{
  background-color: var(--colors-gray-neutral-50);
}