/* V6.11 — a technical, boot-inspired wordmark. */
.storefront-page .wordmark-tech text {
  font-family:"Barlow Condensed","Arial Narrow",Impact,sans-serif;
  font-style:italic;
  font-weight:900;
  letter-spacing:.012em;
  paint-order:stroke fill;
  stroke:rgba(255,255,255,.72);
  stroke-width:.65px;
  stroke-linejoin:round;
}
.storefront-page .wordmark-tech .wordmark-number { fill:#171c1a; }
.storefront-page .wordmark-tech .wordmark-name { fill:#17613f; }
.storefront-page .brand-logo-link:hover .wordmark-name,
.storefront-page .brand-logo-link:focus-visible .wordmark-name { fill:#208255; }

html[data-theme="dark"] .storefront-page .brand-logo-link .wordmark-tech {
  filter:none!important;
}
html[data-theme="dark"] .storefront-page .wordmark-tech text {
  stroke:rgba(4,18,13,.72);
}
html[data-theme="dark"] .storefront-page .wordmark-tech .wordmark-number { fill:#f4f8f6; }
html[data-theme="dark"] .storefront-page .wordmark-tech .wordmark-name { fill:#9cf0b8; }

@media (prefers-reduced-motion:no-preference) {
  .storefront-page .wordmark-tech .wordmark-name { transition:fill 180ms ease; }
}
