@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@500&display=swap');
.donker{
  color: #30373F !important;
}

nav li {
  color: #587D9F;
}

li a:hover{
  color: #587D9F; !important;
}
header, main, footer{
  font-family: 'Kumbh Sans', sans-serif;
}

.btn-rea{
  background-color: #587D9F !important;
  border-color: #587D9F !important;
}

.btn-rea:hover{
  color: white !important;
  background-color: #30373F !important;
  border-color: #30373F !important;
}

h1, h2, h3, h4, h5{
  color: #587D9F;
}


