/* Shared site footer */
.site-footer {
  font-family: "Brandon Grotesque", sans-serif;
}

.site-footer__column {
  line-height: 2.2rem;
}

.site-footer__column--products {
  line-height: normal;
}

.site-footer__title {
  font-family: "Brandon Grotesque", sans-serif;
}

.site-footer__links {
  font-size: 0.9rem;
  line-height: 4vh;
}

.site-footer__links--contact {
  font-size: 0.8rem;
}

.site-footer__link {
  font-weight: 200;
}

.site-footer__link--strong {
  font-weight: 300;
}

.site-footer__highlight {
  color: rgb(248, 174, 77);
  background-color: transparent;
}

.site-footer__note {
  color: #fff;
  font-weight: 200;
}

.site-footer__social-item:not(:last-child) {
  margin-right: 2rem !important;
}

.site-footer__copyright {
  font-size: 0.6rem;
}

.site-footer__logo {
  width: 100%;
}
