/* reset.css — 집값해독 v2 */
/* Migrated in p123 R1 P2 per deploy/CSS_SPLIT_PLAN.md §6.1 */
/* Sources: deploy/css/style.css L1-5 + deploy/index.html L58-65 */

/* ── 전역 기본 (가독성 hotfix p118) ── */
html { font-size: 21px; }
body { line-height: 1.65; }

/* ── Normalize + body base (migrated from index.html inline <style>) ── */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: var(--sans);
  background: var(--bg0);
  color: var(--text1);
  min-height: 100vh;
  transition: background .25s, color .25s;
}
