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

--tc--theme: light;

/* DEFAULT COLOR PALETTE */
--tc--active-color: #6C6C74;
--tc--active-color-hsl: 240 4% 44%;
--tc--base-color: #333333;
--tc--base-color-hsl: 0 0% 20%;

/* BUTTONS */
--tc--primary-button-text-color: #333333;
--tc--primary-button-text-color-hsl: 0 0% 20%;
--tc--primary-button-background-color: #EDF1F3;
--tc--primary-button-background-color-hsl: 200 20% 94%;
}