:root {
  --primary: #666666 !important;
  --primary-inverse: #ffffff !important;	
}
.text-color-primary {
  color: #666666 !important;
}
.footer-ribbon {
	background-color: #666666 !important; /* o il grigio che preferisci */
}
body .text-color-primary {
	color: #666666 !important;
}
body .footer-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #666666 transparent transparent transparent !important;
}