:root {
  --brand-primary-color: #11192a;
  --brand-secondary-color: #1CBf86;
  --brand-third-color: #FDB10A;
  --brand-fourth-color: rgba(255, 255, 255, 0.82);
  --brand-fifth-color: #1CBf86;
  --brand-gradient-1: linear-gradient(144deg, rgb(20, 27, 43) 60%, rgb(35, 185, 130) 100%)
}