/* style.css */
html, body {
  height: 100%;
  margin: 0;
}
/* iOS Safari 자동 글자 확대 방지 (온도 등 폰트 크기/글씨체 일치) */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background: #0b0f14;
  color: rgba(255,255,255,.92);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

#app {
  min-height: 100%;
}
