:root{
  --brand:#0a5fff;
  --brand-2:#0dd3b7;
  --ink:#0f172a;
  --soft:#f8fafc;
}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial}
.fade-up{opacity:0;transform:translateY(12px);transition:all .6s ease}
.inview{opacity:1;transform:none}
/* Smooth hover focus states */
a,button{transition:all .2s ease}
