/* Life App — design tokens.
   Skin: the Jenny's Planner botanical aesthetic (per Jenny, July 4 2026).
   Values mirror jennys-planner/tokens/colors.ts. The ONLY file that changes per look. */
:root {
  /* palette */
  --bg: #FBF6EE;
  --surface: #FFFFFF;
  --ink: #3A2A2E;
  --ink-soft: #9C8B7E;
  --hairline: #EAD9C8;
  --hairline-strong: #D8C2AA;
  --accent: #8E5A3F;
  --accent-soft: #B07D6B;
  --accent-bg: #F6E8DC;
  --sage: #5D7F62;
  --sage-soft: #93B097;
  --sage-bg: #E5EDE2;
  --blush: #C9808A;
  --blush-bg: #F6E2E4;
  --plum: #9B6AAA;
  --plum-bg: #EFE3F2;
  --terracotta: #B85C3A;
  --chip-soft-bg: #F0E8DC;
  --chip-soft-text: #8B7460;
  --chip-warm-bg: #F6E2E4;
  --chip-warm-text: #A55C66;
  --chip-urgent-bg: #FBE0D6;
  --chip-urgent-text: #B14829;
  --check-border: #D8C2AA;

  /* type */
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Lato', -apple-system, 'Segoe UI', sans-serif;

  /* shape */
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 1px 6px rgba(58, 42, 46, 0.06);
  --shadow-lift: 0 8px 24px rgba(58, 42, 46, 0.18);
}
