/* ==========================================================================
   HIATUS — isolated wordmark override
   New file path on purpose: guarantees no stale cache (browser or CDN) can
   serve an old version of this rule the way css/style.css apparently has
   been. Loaded after style.css in index.html so it wins on the cascade.
   ========================================================================== */

.site-wordmark {
  font-family: 'Archivo Black', -apple-system, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  transform: skewX(-10deg);
  text-transform: lowercase;
  letter-spacing: 0.06em;
  font-size: 1.15rem;
  opacity: 1 !important;
}

.wetsuit-heading {
  font-family: 'Archivo Black', -apple-system, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  transform: skewX(-10deg);
  letter-spacing: 0.02em;
  font-size: 2rem;
  color: var(--page-bg);
  margin-bottom: 14px;
}
