/* LASA Cross Labeling & Inspection — application styles */
/* Placeholder: full styles will be added in TASK-016 */

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
}

#app {
  min-height: 100vh;
}
