/* Colors */ $white: #fff; $accent-primary: #0cbff2; $accent-lighter: #56cfff; $accent-alternate: #ffbf00; $bg-well: #191b1f; // also inverted text color $bg-primary: #363a41; $bg-secondary: #30353a; // also inverted text subtle $bg-lightgrey: #d3d3d3; $border-primary: #9b9da0; $border-subtle: #154d5f; $border-invert: #d6d7d8; $text-disabled: #636467; $text-disabled-well: #8f9caa; $text-neutral: #a6a5a6; $text-neutral-invert: #636467; $text-warning: #f18e10; $text-critical: #ee3c3c; $text-positive: #0cf25d; $darkgrey: #171b1f; $light-green: #00fd3d; /* Subscription Phase 1 Colors */ $bg-hero-grey: #d3d3d3; $bg-content: #f4f3f2; $text-light-bg: #30353a; $black: #000; $text-quotes: #666; /* * z-index scope * 0-99: content * 100-199: toolbar * 200-299: cart popup * 300-399: modal * 400-499: spinner * 500+: unused */