body,
button,
input,
select,
textarea {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

.brand b,
.hero h1,
.heading h2,
.competence h2,
.contact h2,
.process li b {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
}

.brand b {
  font-size: 18px;
  letter-spacing: .5px;
}

.brand small {
  font-size: 12px;
  letter-spacing: 5.2px;
}

.hero h1 {
  letter-spacing: -3px;
}

.hero .lead,
.service-grid p,
.competence-copy > p,
.contact > div > p {
  font-size: 18px;
}

.service-grid p,
.competence-copy > p,
.contact > div > p {
  line-height: 1.55;
}

.service-grid h3,
.process h3,
.competence li b,
.contact address a {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
}

@media (max-width: 650px) {
  .brand b { font-size: 16px; }
  .brand small { font-size: 10px; letter-spacing: 4.5px; }
  .hero h1 { letter-spacing: -2px; }
  .hero .lead,
  .service-grid p,
  .competence-copy > p,
  .contact > div > p { font-size: 16px; }
}
