:root {
  --c-content-start-way: #ffffff;
  --c-text-fill-cfd-assets: #ffffff;
  --c-bg-fill-cfd-assets: #11111c;

  --c-scrollbar-track: #f0f0f0;
  --c-scrollbar-thumb: #c0c0c0;
  --c-scroller-top: #e0e0e0;

  --c-bg-main: #0d0e15;

  --c-prime: #7154e5;
  --c-bg-dark: #0d0e15;
  --c-text: #fff;
  --c-prime-dark: #1d1b37;
  --c-bg-light: #11111c;
  --c-prime-light: #373073;
  --c-white: #f0f0f0;
  --c-second: #baa9fd;
  --c-text-dark: #787f91;
  --c-black: #000000;

  --c-prime-rgb: rgb(36, 36, 36);
  --c-bg-icon: #f4f4f4;
  --c-text-menu: #fff;
  --c-input: #b9b9b9;
  --c-title-th: #333232;

  /* ISONS: (for example, --c-fill-go-on, where "go-on" is name of the section) */
  --c-fill: #7154e5;
  --c-fill2: #373073;
  --c-fill-go-on: #1d1b37;
  --c-fill-range: #1d1b37;
  --c-fill-contacts: #1d1b37;
  --c-fill-enhanced: #1d1b37;
  --c-fill-rect: #ffffff;
  --c-fill-bg: #1d1b37;

  --c-header-bg: #0d0e15;
  --coins-mockup-bg: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgba(13, 14, 21, 1) 100%
  );
}
