:root {
/* STYLE GUIDE: http://zpl.io/bW47pR7 */

--tc--theme: light;

/* DEFAULT COLOR PALETTE */
--tc--active-color: #00C0Fc;
--tc--active-color-hsl: 194 100% 49%;
--tc--base-color: #333333;
--tc--base-color-hsl: 0 0% 20%;

/* TRADE TYPE */
--tc--bullish-color: #0CB052;
--tc--bullish-color-hsl: 146 87% 37%;
--tc--bearish-color: #FD3B6A;
--tc--bearish-color-hsl: 345 98% 61%;

/* CHART */
--tc--forecast-bar-color: #FFC24C;
--tc--forecast-bar-color-hsl: 40 100% 65%;
--tc--actual-bar-color: #5856D6;
--tc--actual-bar-color-hsl: 241 61% 59%;

}