@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Sora:wght@400;500;600&display=swap');

body,
button,
input,
textarea,
select {
  font-family: "DM Sans", sans-serif;
}

body {
  font-weight: 400;
  letter-spacing: -0.005em;
}

h1,
h2,
h3,
.hero-stamp strong,
.facts b,
.contact-intro > p,
.form-heading > span,
.success-dialog h3,
.contact-links a {
  font-family: "Sora", sans-serif;
  font-weight: 400;
}

.hero h1,
.intro h2,
.services h2,
.work h2,
.contact h2 {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hero h1 em {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.065em;
}

.hero h1 {
  font-size: clamp(54px, 7.1vw, 108px);
}

.intro-title h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
}

.work-head h2 {
  font-size: clamp(58px, 7.4vw, 102px);
  line-height: 0.93;
}

.services-heading h2 {
  font-size: clamp(48px, 5.6vw, 78px);
  line-height: 0.96;
}

.contact > h2 {
  font-size: clamp(66px, 9vw, 132px);
  line-height: 0.92;
}

.kicker,
.section-number,
.site-header nav,
.project-grid figcaption p,
.project-grid figcaption > span,
.contact-links small,
.contact-details,
footer p,
footer > a:last-child,
.form-heading small,
.enquiry-form label > span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.kicker,
.section-number {
  font-size: 12px;
  line-height: 1.55;
}

.lede,
.intro-copy > p,
.work-head > p,
.service-list p,
.contact-intro > p,
.enquiry-form input,
.enquiry-form textarea {
  font-family: "DM Sans", sans-serif;
}

.lede {
  line-height: 1.75;
}

.intro-copy > p {
  line-height: 1.82;
}

.service-list h3,
.project-grid h3 {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.service-list h3 {
  font-size: 21px;
}

.project-grid h3 {
  font-size: 23px;
}

.service-list p {
  font-size: 14px;
  line-height: 1.7;
}

.contact-intro > p {
  font-family: "Sora", sans-serif;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.form-heading > span {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

.enquiry-form input,
.enquiry-form textarea {
  font-weight: 400;
}

.hero-actions .text-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1;
}

.hero-actions .text-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: translateY(-1px);
}

:where(h1, h2, h3, p, small, label, a, button, figcaption, .kicker, .section-number, .contact-details span):not(.enquiry-form *) {
  text-align: left;
  text-indent: 0;
}

.hero-copy,
.intro-title,
.intro-copy,
.work-head > div,
.services-heading,
.contact-intro,
.project-stack-heading {
  align-items: flex-start;
  text-align: left;
}

.work-head > p,
.contact-details > span,
.contact-details > span:last-child,
footer.footer-simple p {
  text-align: left !important;
  text-indent: 0;
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
    line-height: 0.96;
  }

  .intro-title h2,
  .services-heading h2 {
    line-height: 1.02;
  }

  .contact > h2 {
    line-height: 0.96;
  }
}
