
body{
  --primary: #516E00;
  --primary-background: #DCE6BF;
  --primary-disabled: #4D4D4D;
  --primary-hover: #8a934c;
  --secondary: #1A171B;
  --secondary-background: #ece0e3;
  --secondary-disabled: #4D4D4D;
  --secondary-hover: #65535f;
  --error: #790000;
  --error-background: #f4dde0;
  --error-disabled: #4D4D4D;
  --error-hover: #a5424c;
  --success: #516E00;
  --success-background: #f1ece0;
  --success-disabled: #4D4D4D;
  --success-hover: #8a934c;
  --info: #4AC7B4;
  --info-background: #eff8f6;
  --info-disabled: #4D4D4D;
  --info-hover: #86d6cb;
  --link: #107DB6;
  --link-background: #e9eef6;
  --link-disabled: #4D4D4D;
  --link-hover: #5f9fcc;
  --deco: #8FBB27;
  --deco-background: #f6f6e5;
  --deco-disabled: #4D4D4D;
  --deco-hover: #b3cc67;
  --warning: #C75200;
  --warning-background: #fae9e0;
  --warning-disabled: #4D4D4D;
  --warning-hover: #d97f4d;
  --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: #1A171B;
  --white: #ffffff;
  --shadow: #00000029;
  --light-grey: #E8E8E8;
  --medium-grey: #DEDEDE;
  --dark-grey: #3B3B3B;
  --placeholder: #1A171B;
}
      

