@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&f[]=general-sans@300,400,500,600,700&display=swap');

.moments-logo-header {
  margin-bottom: 1.75rem;
}
.moments-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0.5rem;
}
.moments-logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.moments-logo-tagline {
  font-family: 'General Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: hsl(240 5.3% 45%);
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.5;
  transition: color 0.8s ease;
}
.moments-logo-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 480px) {
  .moments-logo-wrap svg { width: 240px; }
}
