/*
 * Han AI tenant dashboard — base tokens + global resets
 * Light Inter-based product design (Han's hand-crafted redesign, 2026-05-12).
 * Inter is loaded via Google Fonts <link> in layout.js <head>.
 */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background: #FAFAFA;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #111;
  line-height: 1.5;
}
