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

--tc--theme: light;

/* DEFAULT COLOR PALETTE */
--tc--active-color: #00BDFF;
--tc--active-color-hsl: 196 100% 50%;
--tc--base-color: #333333;
--tc--base-color-hsl: 0 0% 20%;

/* BUZZ */
--tc--news-color: #00BDFF;
--tc--news-color-hsl: 196 100% 50%;
--tc--socials-color: #4C97D9;
--tc--socials-color-hsl: 208 65% 57%;
--tc--twitter-color: #2C5E7C;
--tc--twitter-color-hsl: 203 48% 33%;
}