/*
Theme Name: Steps to the Wealth
Theme URI: https://stepstothewealth.com/
Description: Child theme for Newspaper with custom Steps to the Wealth redesign.
Author: Steps to the Wealth
Template: Newspaper
Version: 1.0.0
Text Domain: sttw
*/

/* Tighten logo and text spacing in brand elements */
.brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.brand .mark {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
}

.brand span:not(.mark) {
  white-space: nowrap;
}
