/*=== MEDIA QUERY ===*/
 
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@700&display=swap');
 
body {
  line-height: 1.5;
font-family: 'Tajawal', sans-serif;
-webkit-font-smoothing: antialiased;

}

h1, h2, h3, h4, h5, h6 {
font-family: 'Tajawal', sans-serif;

}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 40px;
  color:gray;
}

h2 {
  font-size: 28px;
  color:gray;
}

h3 {
  font-size: 20px;
  color:gray;
}

h4 {
  font-size: 18px;
}

p {
  color: #999999;
  font-size: 15px;
  font-family: "Tajawal", sans-serif;
}
