:root {
  --gw-brand-black: #303030;
  --gw-brand-orange: #f26422;
}

/* One canonical treatment for every visible GRUZWARESY wordmark. */
.gw-wordmark,
.gw-wordmark__gruz,
.gw-wordmark__waresy {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  line-height: 1 !important;
}

.gw-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.gw-wordmark__gruz {
  color: var(--gw-brand-black) !important;
}

.gw-wordmark__waresy {
  color: var(--gw-brand-orange) !important;
}

/* On the dark footer, keep the brand legible: white GRUZ + orange WARESY. */
.site-footer .gw-wordmark__gruz {
  color: #ffffff !important;
}
