/* SHS Planner - Base styles loaded before app.js injects full CSS */
body {
  font-family: 'DM Sans', sans-serif;
  background: #FFFDF8;
  margin: 0;
  padding: 0;
}
#app {
  min-height: 100vh;
}
