/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
  font-family: "Cairo", sans-serif;
}
@media (max-width:768px){
header.store-header {
    position: static !important;
}
.landing-page-first-banner .container > div{
   opacity: 0;
}
}