/* src/styles.scss */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #1b1e2a;
  font-family:
    "Montserrat",
    Arial,
    sans-serif;
  line-height: 1.75;
  background: #fff;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.section-shell {
  width: min(88%, 1180px);
  margin-inline: auto;
}
.section {
  padding: 95px 0;
}
.eyebrow {
  margin: 0;
  color: #f5821f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.eyebrow.light {
  color: #ff9a42;
}
.section-title {
  margin: 8px 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
}
.lead {
  max-width: 760px;
  margin: 0 auto;
  color: #697181;
  text-align: center;
}
.button {
  display: inline-block;
  padding: 13px 26px;
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  background: #f5821f;
}
.button.dark {
  background: #1b1e2a;
}
.text-link {
  color: #f5821f;
  font-weight: 700;
}
.page-hero {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 90px 6%;
  color: #fff;
  text-align: center;
  background: linear-gradient(rgba(27, 30, 42, 0.7), rgba(27, 30, 42, 0.7)), url(/assets/hero-property.webp) center/cover;
}
.page-hero h1 {
  margin: 8px 0;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 1;
}
.page-hero p:last-child {
  max-width: 720px;
  font-size: 17px;
}
@media (max-width: 600px) {
  .section {
    padding: 65px 0;
  }
  .section-shell {
    width: min(90%, 1180px);
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
