:root {
  /* Figma-inspired tokens */
  --bg: #FFFFFF;         /* app background */
  --surface: #F9FAFB;    /* light section background */
  --text: #101828;       /* main text */
  --muted: #4A5565;      /* secondary text */
  --border: #F3F4F6;     /* subtle borders */
  --primary: #DCBAB2;    /* Primary/Main */
  --primary-600: #5A4A45;/* deeper accent */
  --accent: #B2FF55;     /* Secondary/Main */

  --font-body: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --font-heading: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
