/* Popkio — color tokens v1.1 (flat, no gradients)
   Coral & Cream eyedropped directly from the locked reference artwork. */
:root {
  --pk-coral:  #F5745C; /* primary            */
  --pk-cream:  #FDF7EF; /* background         */
  --pk-ink:    #40342F; /* text / ink         */
  --pk-sage:   #5E9E93; /* secondary accent   */
  --pk-stone:  #EBE0D2; /* surface            */
  --pk-blush:  #F2C9BE; /* soft fill          */

  /* type */
  --pk-font: 'Nunito', system-ui, sans-serif;
}

/* Accessible text pairings (WCAG AA verified against v1.1 values)
   ink   on cream  11.3:1  AAA
   ink   on stone   9.2:1  AAA
   ink   on blush   7.9:1  AAA
   cream on ink    11.3:1  AAA
   ink   on coral   4.3:1  AA (bold / large only)
   Coral & sage are accent/fill colors — never body text on cream. */
