/* variables.css - Auto-split from styles.css */
:root {
  --bg: #ffffff;
  --text: #222;
  --sub: #777;
  --muted: #9a9a9a;
  --line: #111;
  --chip-bg: #f4f4f4;
  --chip-text: #222;
  --card-bg: #fafafa;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR",
    Segoe UI, Roboto, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
}
