:root {
  --primary-color:#a7ef39;
  --primary-color-rgb: 120, 202, 92;

  --secondary-color:#233746;
  --secondary-color-rgb: 67, 98, 248;
 
}
.icon-secondary {

  color: #253746; /* ejemplo: gris suave */
}