:root {
  --background: #f6f6f3;
  --surface: #ffffff;
  --surface-soft: #f1f1ee;
  --surface-hover: #f8f8f6;
  --text: #171716;
  --text-soft: #74746f;
  --line: #e7e7e2;
  --line-strong: #d8d8d2;
  --income: #287557;
  --income-soft: #edf5f1;
  --expense: #bd5b4f;
  --expense-soft: #fbf0ee;
  --focus: #171716;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;

  --radius-small: 8px;
  --radius-control: 12px;
  --radius-surface: 18px;
  --radius-dialog: 22px;

  --content-max: 1024px;
  --page-pad-desktop: 28px;
  --page-pad-mobile: 12px;
  --dock-width: 360px;
  --dock-height: 60px;
  --control-height: 40px;
  --setting-row-height: 58px;

  --type-display-size: 29px;
  --type-display-weight: 680;
  --type-display-line: 1.2;
  --type-title-size: 24px;
  --type-title-weight: 670;
  --type-title-line: 1.25;
  --type-heading-size: 18px;
  --type-heading-weight: 650;
  --type-heading-line: 1.35;
  --type-body-size: 14px;
  --type-body-weight: 450;
  --type-body-line: 1.55;
  --type-label-size: 12px;
  --type-label-weight: 590;
  --type-label-line: 1.4;
  --type-caption-size: 11px;
  --type-caption-weight: 520;
  --type-caption-line: 1.4;
  --type-amount-size: 29px;
  --type-amount-weight: 680;
  --type-amount-line: 1.2;

  --motion-fast: 160ms;
  --motion-normal: 210ms;
  --motion-base: var(--motion-normal);
  --motion-slow: 260ms;
  --motion-reduced: 0.01ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ease-emphasized: cubic-bezier(0.22, 1, 0.36, 1);
  --ease: var(--ease-emphasized);
  --shadow-float: 0 8px 24px rgba(23, 23, 22, 0.1);
  --shadow-dialog: 0 24px 70px rgba(23, 23, 22, 0.16);
}
