* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', system-ui, sans-serif; background: #fff; color: #221C57; -webkit-font-smoothing: antialiased; }
::selection { background: #2E2270; color: #fff; }
a { transition: opacity .15s, color .15s; }
a:hover { opacity: .82; }
.gradtext { background: linear-gradient(95deg,#3B2E8C 0%,#4FB3A0 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
@media (max-width: 720px) {
  h1 { font-size: 32px !important; }
  h2 { font-size: 21px !important; }
}
