/**/
:root {
    --c-primary: #3c3c3c; /**/
    --c-primary-b: #333333; /**/
    --c-primary-c: #2e2e2e; /**/
    --c-primary-d: #262626; /**/
    --c-emphasis: #ff8200; /**/
    --c-emphasis-b:#d66f00; /**/
    --c-emphasis-c:#ad5a00; /**/
    --c-paper: #F0F5FA; /**/
    --c-background: #000000; /**/
    --c-shade: rgba(0, 0, 0, 0.16); /**/
    --c-shade-b: rgba(0, 0, 0, 0.24); /**/
    --c-tint: rgba(255, 255, 255, 0.08); /**/
    --c-tint-b: rgba(255, 255, 255, 0.24); /**/
    /* Helper Colors */
    --c-black: rgba(0, 0, 0, 0.75); /**/
    --c-black-e: #000000; /**/
    --c-white: rgba(255, 255, 255, 0.7); /**/
    --c-white-e: #ffffff; /**/
    --c-yellow: #f8ed6f; /**/
    --c-green: #18A460; /**/
    --c-green-b: rgba(24, 164, 96, .3); /**/
    --c-red: #ff0b24; /**/
    --c-red-b: rgba(255, 11, 36, .3); /**/
    --ds-1p: 0 1px 1px rgba(8, 14, 22, 0.08); /**/
    --ds-2p: 0 2px 1px rgba(8, 14, 22, 0.08); /**/
    --ds-2p-top: 0 -1px rgba(8, 14, 22, 0.08), 0 2px 1px rgba(8, 14, 22, 0.08); /**/
    --ds-button: inset 0 1px rgba(255, 255, 255, 0.04), 0 1px rgba(8, 14, 22, 0.08), 0 1px 4px rgba(8, 14, 22, 0.08); /* Button Shine and Shadow */
    --b-border: solid 1px var(--c-tint); /**/
    --b-border-b: solid 1px var(--c-tint-b); /**/
    --r: 2px; /**/
    --r-top: 4px 4px 0 0; /**/
    --r-bottom: 0 0 4px 4px; /**/
    --r-b: 4px; /**/
    --r-c: 8px; /**/
}
