﻿/* definizione colori */

:root {
  --clr-bck-hdr: #99c2ff;
  --clr-btn: white;
  --clr-bck-btn: #0ec450;
  --clr-bck-btn-hover: #0a8f3d;
  --clr-evidence: #089646;
  --clr-hdr-0: #084298;
  --clr-hdr-1: #0a58ca;
  --clr-hdr-2: #378fe3;
  --clr-hdr-3: #6ea8fe;
}
