@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero h1,
.section-heading h2,
.trust-grid h2 {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 750;
  letter-spacing: -0.055em;
}

.hero h1 {
  line-height: 0.98;
}

.property-content h3,
.property-price span,
.primary-nav a,
.search-box button {
  font-weight: 700;
}
