/* Remove text-transform: uppercase from the site title */
.logo__title {
    text-transform: none !important;
    letter-spacing: normal !important;
}
/* Base size tied to text scale */
.widget-social__link-icon {
  width: 1.25em;
  height: 1.25em;
  color: #fff;
}
