
:root {
    --blue: #988780;
    --second: #988780 ;
    --third:  #e7ded9 ;
    --bs-orange: #fff !important;
    --color-primary: #fff !important; 
    --gradient: linear-gradient(45deg,#e7ded9, #ffffff);
}

:root * {
  
    --bs-orange: #fff !important;
    --color-primary: #fff !important; 
  }
