:root {
  --font_onest: 'Onest', sans-serif;
  --body-bg: #12161D;
  --body-color: #fff;
  --menu-bg-color: rgba(33, 33, 37, 0.356);
  --bg-color: #181E29;
  --color-grey-light: rgba(35,46,63,.5);
  --color-grey-light-hover: rgba(255, 255, 255, 0.144);
  --color-btn-green: linear-gradient(180deg,#19ffa7 46%,#009141);
  --menu-bg-color: #181E29;
  --hover-color: rgba(255, 255, 255, 0.1);
  --text-color: #ffffff;
  --active-border-color: rgb(0, 255, 102);

  --button-gradient: linear-gradient(180deg,#19ffa7 46%,#009141);
  --button-hover-gradient: linear-gradient(
    63.43deg,
    #09c706 47.87%,
    #b0ffb0 85.58%,
    #f0fff0 103.32%
  );
  --gradient: linear-gradient(0deg,#bababa,#fbfbfb 80%,#fff 99%);
}
