/**
 * Global layout — same base font and header size on every page.
 * Load after app.css.
 */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.65;
  font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
}

/* Header: fixed min-height and padding so it doesn’t change between pages */
#mainNav {
  min-height: 52px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#navMenuPanel a {
  font-size: 1rem;
}

/* Hero 3D license card: no pointer interaction so cursor passes through */
#heroLicense3d,
#heroLicense3d * {
  pointer-events: none;
}
