
body{
  --primary: #000000;
  --primary-background: #E2F4FC;
  --primary-disabled: #4D4D4D;
  --primary-hover: #333333;
  --secondary: #000000;
  --secondary-background: #eadde0;
  --secondary-disabled: #4D4D4D;
  --secondary-hover: #54424c;
  --error: #D24539;
  --error-background: #fbe6e7;
  --error-disabled: #4D4D4D;
  --error-hover: #e07574;
  --success: #367B48;
  --success-background: #eeede9;
  --success-disabled: #4D4D4D;
  --success-hover: #789d7e;
  --info: #4AC7B4;
  --info-background: #eff8f6;
  --info-disabled: #4D4D4D;
  --info-hover: #86d6cb;
  --link: #3F46F7;
  --link-background: #efe6fe;
  --link-disabled: #4D4D4D;
  --link-hover: #9091c9;
  --deco: #CD3332;
  --deco-background: #eff8f6;
  --deco-disabled: #4D4D4D;
  --deco-hover: #86d6cb;
  --warning: #C75200;
  --warning-background: #fae8e0;
  --warning-disabled: #4D4D4D;
  --warning-hover: #d97e4c;
  --highlight: #FCEAC6;
  --reuse-background: #C11C68;
  --reuse-label: #ffffff;
  --reuse-border: #C11C68;
  --sharing-background: #27345A;
  --sharing-label: #ffffff;
  --sharing-border: #27345A;
  --graph-a1: #FFD700;
  --graph-a2: #FFA500;
  --graph-a3: #FF6347;
  --graph-a4: #FF69B4;
  --graph-a5: #675EC7;
  --graph-a6: #6BB7EC;
  --graph-a7: #4169E1;
  --graph-a8: #008080;
  --graph-a9: #B9DFBD;
  --graph-a10: #276240;
  --black: #000000;
  --white: #ffffff;
  --shadow: #00000029;
  --light-grey: #EFEEF1;
  --medium-grey: #DEDEDE;
  --dark-grey: #727c97;
  --placeholder: #6E6E6E;
}
      
/** header homepage **/
#root > div > div.layout__homepage > div.header > a > img {
  height: 75px;
}

/** header all pages **/
#root > div > div.header > a > img {
  height: 75px;
}

/** footer **/
#root footer {
  background: var(--dark-grey)!important;
}

#layout-footer > div:nth-child(1) > div.flex-1.mr-8 > img {
  height: 200px;
}

#layout-footer > div:nth-child(1) > div.flex-1.mr-8 > div > img {
  height: 100px;
  margin-right: 5px;
}


