:root {
  /* === PetAICore Brand Tokens v1.0 === */
  /* SOURCE OF TRUTH — never hardcode these values in views */

  /* Identity colours */
  --ink:        #072F2A;  /* Rainforest Ink — logo, splash, app icon */
  --mint:       #19E5A5;  /* Signal Mint — core dot, AI moments, ON INK ONLY */
  --teal:       #0B7B6B;  /* Product Teal — all UI interactions */
  --teal-light: #E6F4F1;
  --mist:       #F4F8F6;  /* page background */

  /* Semantic colours */
  --amber:      #F5A623;
  --coral:      #E8553E;
  --dark:       #1A1A2E;
  --grey:       #6B7672;
  --border:     #E3E8E6;

  /* Typography */
  --font-brand: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
  --font-ui:    'Inter', -apple-system, sans-serif;
}
