/*
 * tokens.css — the "Paper" theme (house-design skill), verbatim from
 * BUILD-PROMPT.md: Apple-style, soft neutral, spacious, minimal color. No red
 * anywhere — pos is the only color in the palette, neg stays neutral black,
 * because an expense on this app is a normal thing that happened, not an
 * alarm.
 */

:root {
  --bg:         #fafafa;
  --bg-raise:   #ffffff;
  --surface:    #F5F5F7;
  --border:     rgba(0, 0, 0, 0.06);
  --text:       #1d1d1f;
  --text-muted: #86868b;
  --accent:     #1d1d1f;
  --value:      #1d1d1f;
  --pos:        #1d7a34;
  --neg:        #1d1d1f;

  --font: "Heebo", system-ui, sans-serif;

  /* 20px on hero/grouped surfaces; 10-14px on chips and buttons — except the
     primary button, whose signature is going full pill instead. */
  --radius-lg:   20px;
  --radius-sm:   12px;
  --radius-pill: 999px;

  --touch-min: 44px;
}
