html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Design system typography (no Tailwind) - matches INTERAX_TYPOGRAPHY */
.text-headline-5 {
  font-family: 'Lexend Deca', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.text-body-3 {
  font-family: 'Lexend Deca', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
