/* Lung Ta - The Wind Horse.
   Forest and Sun are the core. Air, Fire and Earth are seasonal /
   campaign accents only - never the primary voice of a screen. */
:root{
  /* Core */
  --pia-forest:#1c3a2d;
  --pia-sun:#e87722;
  --pia-mist:#7ea896;
  --pia-stone:#2c2c2a;
  --pia-white:#ffffff;
  --pia-black:#000000;

  /* Seasonal accents */
  --pia-air:#3a6e9e;
  --pia-fire:#c4342a;
  --pia-earth:#d4a826;

  /* Forest ladder - sampled from the brand deck */
  --pia-forest-100:#e8f0ea;
  --pia-forest-200:#c9dcd0;
  --pia-forest-300:#8faf97;
  --pia-forest-400:#7ea896;
  --pia-forest-500:#3e7a52;
  --pia-forest-700:#2d5a3d;
  --pia-forest-900:#1c3a2d;
  --pia-forest-950:#132a20;

  /* Sun ladder. 300 and 400 are the interaction states for a Sun-filled
     control: with a near-black label the ladder has to lighten, not darken,
     or the label loses contrast on press. */
  --pia-sun-100:#fdefe3;
  --pia-sun-200:#f9d4b4;
  --pia-sun-300:#f59e52;
  --pia-sun-400:#f08a3c;
  --pia-sun-500:#e87722;
  --pia-sun-600:#c9600f;
  --pia-sun-700:#9e4a0b;

  /* Neutrals - warm greys pulled toward Stone */
  --pia-neutral-0:#ffffff;
  --pia-neutral-50:#faf9f7;
  --pia-neutral-100:#f2f1ed;
  --pia-neutral-200:#e3e1db;
  --pia-neutral-300:#c9c6bd;
  --pia-neutral-400:#a3a096;
  --pia-neutral-500:#7b7870;
  --pia-neutral-600:#5c5a54;
  --pia-neutral-700:#413f3b;
  --pia-neutral-800:#2c2c2a;
  --pia-neutral-900:#1a1a19;

  /* Status - never carried by colour alone */
  --pia-status-ok:#2d5a3d;
  --pia-status-warn:#9e4a0b;
  --pia-status-error:#a8281f;
  --pia-status-info:#2f5a80;
}
