:root {
  /* COLORS-MAIN */
  --c-prime: #6ae1db;
  --c-prime-hover: #8edad6;
  --c-prime-active: #37a8a2;
  --c-prime-shaded: #a4e9e6;

  /* COLORS-ADDITIONAL */
  --background: #ffffff;
  --c-white: #eaeaea;

  --c-disabled-text: #292929;
  --c-disabled-bg: #f2f2f2;
  --c-bg-markets-widget: lightgray -19.867px 24.108px / 103.669% 90.614% no-repeat, #fff;

  /* COLORS-TYPOGRAPHY */
  --c-h1-h4: #100f15;
  --c-h2-h3: #100f15;
  --c-main-text: #363636;
  --c-header-menu-text: #232323;
  --c-secondary-text: #b1b1b1;

  --c-border1: #6ae1db66;
  --c-border2: #cbcbcb33;

  --c-card-grad-bg: linear-gradient(
    233deg,
    rgba(255, 255, 255, 0.4) 29.59%,
    rgba(248, 248, 248, 0.8) 90.24%
  );

  --c-border-disposals-icon: #a4e9e6;

  --c-markets: #b1b1b1;
  --c-markets-bg: linear-gradient(
    233deg,
    rgba(255, 255, 255, 0.4) 29.59%,
    rgba(248, 248, 248, 0.8) 90.24%
  );
}
