/* Minimal reset — app styles live in App.jsx CSS template */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: #F5F0EA !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  width: 100%;
  min-height: 100vh;
  background: #F5F0EA !important;
  text-align: left;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; }
