/* Hanse Performance – Base styles for non-landing pages */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #120E24;
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: #4F1D9B; }
h1, h2, h3 { letter-spacing: -0.02em; }
