.header-wrapper {
  border-bottom: 0.1rem solid transparent;
  transition: border-color 0.2s ease;
}

.header-wrapper.is-scrolled {
  border-bottom-color: rgba(var(--color-foreground), 0.08);
}
