@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zain:wght@200;300;400;700;800;900&display=swap");

/* Start Variables */
:root {
  --main-color: #c19617;
  --dark-color: #57440a;
  --white-color: #ffffff;
  --black-color: #000000;
  --green-color: #00806e;
  --main-transition: all 0.3s ease-in;
  --bg-light: #f9f5e8;
  --text-color: #525252;
}

/* End Variables */

/* Start Global Styles */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zain", sans-serif;
  overflow-x: hidden;
  color: #212529;
}
.app-store{
  min-height: 300px;
  width: 100%;
  text-align: center;
}
.footer{
  background-color: #F9F5E8 ;
  padding: 20px;
}
.heading-heart{
  color: #c19617;
}
