/* FAMILY&FLATS GLOBAL FONT SYSTEM */
/* Final frozen font: Manrope */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

*,
*::before,
*::after{
  font-family:"Manrope", Arial, sans-serif !important;
}

html,
body{
  font-family:"Manrope", Arial, sans-serif !important;
  color:#111827;
  font-size:15px;
  line-height:1.65;
  letter-spacing:-0.015em;
}

h1,h2,h3,h4,h5,h6{
  font-family:"Manrope", Arial, sans-serif !important;
  font-weight:800;
  letter-spacing:-0.04em;
  line-height:1.15;
}

p,
span,
a,
li,
td,
th,
label,
input,
select,
textarea,
button,
small,
strong,
b{
  font-family:"Manrope", Arial, sans-serif !important;
}

.navbar-nav .nav-link,
.dropdown-item,
button,
.btn,
.call-action,
.read-more,
.view-button,
.open-btn,
.whatsapp-btn,
.submit-btn,
.card *,
.property-card *,
.blog-card *,
.faq-container *,
.site-footer *,
.footer-col *,
form *{
  font-family:"Manrope", Arial, sans-serif !important;
}