:root {
  --section-0-color: #203568;
  --section-1-color: #0091d2;
  --section-2-color: #e50016;
  --section-3-color: #e80090;
  --section-4-color: #ffe919;
  --section-5-color: #008a36;
  --section-6-color: #fff;
  --section-7-color: #000;
}
.has-acc-blu-color {
  color: #203568;
} 
.has-acc-blu-background-color {
  background-color: #203568;
}
 .has-acc-ciano-color {
  color: #0091d2;
} 
.has-acc-ciano-background-color {
  background-color: #0091d2;
}
 .has-acc-rosso-color {
  color: #e50016;
} 
.has-acc-rosso-background-color {
  background-color: #e50016;
}
 .has-acc-magenta-color {
  color: #e80090;
} 
.has-acc-magenta-background-color {
  background-color: #e80090;
}
 .has-acc-giallo-color {
  color: #ffe919;
} 
.has-acc-giallo-background-color {
  background-color: #ffe919;
}
 .has-acc-verde-color {
  color: #008a36;
} 
.has-acc-verde-background-color {
  background-color: #008a36;
}
 .has-Bianco-color {
  color: #fff;
} 
.has-Bianco-background-color {
  background-color: #fff;
}
 .has-Nero-color {
  color: #000;
} 
.has-Nero-background-color {
  background-color: #000;
}
 