@import"https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap";@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes hoverLift{0%{transform:translateY(0)}to{transform:translateY(-2px)}}@keyframes colorShift{0%{opacity:.8}to{opacity:1}}@keyframes slideInFocus{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.stagger-item{animation:fadeInUp .3s ease-out forwards}.stagger-item:nth-child(1){animation-delay:.1s}.stagger-item:nth-child(2){animation-delay:.2s}.stagger-item:nth-child(3){animation-delay:.3s}.stagger-item:nth-child(4){animation-delay:.4s}.stagger-item:nth-child(5){animation-delay:.5s}.stagger-item:nth-child(n+6){animation-delay:.6s}[data-theme=brutalist]{--transition-duration: .3s;--border-width: 2px}[data-theme=classic]{--transition-duration: .15s;--border-width: 1px}
