﻿:root {
  --bucket-1-primary: #B18E5C;
  --bucket-1-secondary: #EDE4D8;
  --bucket-2-primary: #5D6067;
  --bucket-2-secondary: #DFDFE1;
  --bucket-3-primary: #8E6F54;
  --bucket-3-secondary: #E8E2DD;
  --bucket-4-primary: #A39C8F;
  --bucket-4-secondary: #E8E6E3;
  --bucket-5-primary: #544837;
  --bucket-5-secondary: #DDDAD7;
  --text-primary: #2A241B;
  --text-inverted: #FFFFFF;
  --text-branded: #927040;
  --button-toggle-background: #B18E5C;
  --button-primary-rest: #2A241B;
  --button-primary-hover: #2A241B;
  --button-primary-text: #FFFFFF;
  --button-primary-pressed: #000000;
  --button-primary-border: #2A241B;
  --button-primary-disabled: #927040;
  --button-secondary-rest: #FFFFFF;
  --button-secondary-hover: #FFFFFF;
  --button-secondary-text: #2A241B;
  --button-secondary-pressed: #D1D1D1;
  --button-secondary-border: #D1D1D1;
  --button-secondary-disabled: #927040;
  --stacked-button-text-selected: #825E27;
  --stacked-button-background-selected: #FFFCFA;
  --stacked-button-text: #2A241B;
  --stacked-button-background: #FFFFFF;
  --stacked-button-border: #825E27;
  --strategy-activity-dot: #8DB778;
  --strategy-text-selected: #927040;
  --strategy-background-selected: #EDE1D0;
  --strategy-text: #2A241B;
  --strategy-background: #FFFFFF;
  --strategy-text-hover: #825E27;
  --strategy-background-hover: #FFFCFA;
  --strategy-update-needed-dot: #FF0000;
  --portfolio-value: #544837;
  --portfolio-benchmark-primary: #B18E5C;
  --portfolio-benchmark-secondary: #EDE4D8;
  --portfolio-now-line: #8DB778;
  --networth-retirement-assets: #927040;
  --networth-other-assets: #B18E5C;
  --networth-liabilities: #544837;
  --networth-net-worth: #98A1AD;
  --status-good: #234910;
  --status-neutral: #2A241B;
  --status-bad: #5A0B00;
  --track-value-comparison-current-total: #C0C0C0;
  --track-value-comparison-year-end-target: #C1CCDB;
  --tax-category-taxable: #807667;
  --tax-category-taxdeferred: #A8906C;
  --tax-category-taxfree: #98A1AD;
  --cash-flow-income: #A8906C;
  --cash-flow-withdrawals: #807667;
  --cash-flow-savings: #98A1AD;
  --asset-stocks: #544837;
  --asset-bonds: #A39C8F;
  --asset-cash: #8E6F54;
  --asset-real-estate: #5D6067;
  --asset-other: #B18E5C;
  --badge-good: #8DB778;
  --badge-neutral: #F7BA1E;
  --information-popup-background: #B18E5C;
  --information-popup-text: #FFFFFF;
}