/* Page-specific styles, layered on top of ../theme.css's reset/fonts/colors and
   ../dlmm/dlmm.css (reused here for .hero/.container/.feature-grid/.button/.cta — those are
   generic components despite living in dlmm/, not DLMM-only; #root/body's centering overrides
   also come from there). Only the nav needs its own rule here since #dlmm-nav's logo variant
   includes a "DLMM" subtitle this page doesn't have. */

#site-nav {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #222;
}

#site-nav-logo {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
}

#site-nav-logo img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: block;
}

#site-nav-logo-text {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
}

#site-nav-logo-text span {
  color: #666;
  font-weight: 400;
}
