:root {
  --font_onest: 'Onest', sans-serif;
  --body-bg: #151516;
  --color-white: #fff;
  --menu-bg-color: rgba(33, 33, 37, 0.356);
  --bg-color: #131313;
  --color-grey-light: rgba(255, 255, 255, 0.178);
  --color-grey-light-hover: rgba(255, 255, 255, 0.144);
  --color-btn-green: #71ec6f;
  --menu-bg-color: #131313;
  --hover-color: rgba(255, 255, 255, 0.1);
  --text-color: #ffffff;
  --active-border-color: rgb(0, 255, 102);
  --color-green: #71ec6f;
  --button-gradient: linear-gradient(
    63.43deg,
    #46cb44 47.87%,
    #a6fda4 85.58%,
    #e7ffe7 103.32%
  );
  --button-hover-gradient: linear-gradient(
    -63.43deg,
    #46cb44 47.87%,
    #b0ffb0 85.58%,
    #f0fff0 103.32%
  );
  --gradient: linear-gradient(
    to bottom,
    #ffffff 20%,
    #010042 50%,
    #ffffff 100%
  );
}
