:root{
  --be-bg:#050505;
  --be-ink:#f3f2ee;
  --be-muted:rgba(243,242,238,.68);
  --be-line:rgba(243,242,238,.14);
  --be-radius:22px;
  --be-shadow: 0 40px 120px rgba(0,0,0,.65);
  --be-ease: cubic-bezier(.2,.9,.2,1);
}
html { scroll-behavior: smooth; }
