:root {
    --font-main: 'Saudi';
    --color-primary: #996464;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --header-bg: #ffffff;
    --header-text-color: #996464;
    --store-text-primary: #111827;
  }

/* Add custom CSS styles below */ 
.advanced-slider .swiper .swiper-slide-active h2 {
    color: #ffffff;
}
.advanced-slider .swiper .swiper-slide-active p {
    color: #FEC8C8;
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
       color: #d38787;
    }
}
.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: #F8F4F4;
}
.footer-is-custom .store-footer .store-footer__curve {
    color: #f8f4f4;
}
.footer-is-custom .store-footer .footer-bottom {
    background-color: #976868;
}
.footer-is-custom .store-footer .footer-rights p {
    color: #ffffff;
}