.globalSiteHeader {
  font-family: "Aptos Display", "Segoe UI", Arial, sans-serif;
}

body,
.globalSiteFooter {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.globalSiteBrand img:first-child,
.globalSiteFooterLogo img:first-child,
.globalSiteFooterLogo .brand__triangle {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.globalSiteBrand img:last-child {
  display: none;
}

.globalSiteBrand::after {
  content: "tribyte";
  color: #0b2936;
  font: 750 30px/1 "Aptos Display", "Segoe UI", Arial, sans-serif;
  letter-spacing: -1.8px;
}

.globalSiteFooterLogo {
  padding: 7px 12px 7px 0;
  border-radius: 10px;
  background: transparent;
}

.globalSiteFooterLogo img:first-child {
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .16);
}

.globalSiteFooterLogo::after {
  color: #fff;
}

@media (max-width: 620px) {
  .globalSiteBrand img:first-child,
  .globalSiteFooterLogo img:first-child,
  .globalSiteFooterLogo .brand__triangle {
    width: 36px;
    height: 36px;
  }

  .globalSiteBrand::after {
    font-size: 27px;
  }
}
