/* ============================================================================
   Purpose: Car livery tokens.

   The plan-view vehicle in template-parts/car-diagram.php is the client's
   licensed stock vector. It shipped as a WHITE car, so its own greys already
   encode the illustrator's lighting. Rather than flat-filling it, every source
   shade is mapped onto the Diagnostic Bay lacquer ramp and exposed here as a
   token - so the whole vehicle can be re-liveried (graphite, white, silver,
   red, matte) by editing this file alone. No path is ever touched.

   Naming: --czf-art-<role>-<n>, ordered light to dark within each role.
   ========================================================================= */

:root {

  /* glass */
  --czf-art-glass-1: #0F1922; /* was #33333A */
  --czf-art-glass-2: #0B1118; /* was #29292F */
  --czf-art-glass-3: #182836; /* was #494952 */
  --czf-art-glass-4: #0A1016; /* was #27272C */
  --czf-art-glass-5: #182835; /* was #484852 */
  --czf-art-glass-6: #080D13; /* was #222228 */

  /* paint-hi */
  --czf-art-paint-hi-1: #5D6879; /* was #F1F1FA */
  --czf-art-paint-hi-2: #525C6B; /* was #E2E2ED */
  --czf-art-paint-hi-3: #697486; /* was #FFFFFF */
  --czf-art-paint-hi-4: #606B7C; /* was #F4F4FB */

  /* paint-mid */
  --czf-art-paint-mid-1: #4D5766; /* was #D8D8EB */
  --czf-art-paint-mid-2: #424B59; /* was #C1C1D5 */
  --czf-art-paint-mid-3: #454E5D; /* was #C8C8DD */

  /* paint-lo */
  --czf-art-paint-lo-1: #2F3642; /* was #9191A2 */
  --czf-art-paint-lo-2: #272D37; /* was #7A7A81 */

  /* lamp */
  --czf-art-lamp-1: #E24A3C; /* was #C03140 */

  /* trim */
  --czf-art-trim-1: #222B36; /* was #6A6A6F */

  /* lamp-deep */
  --czf-art-lamp-deep-1: #6E1A14; /* was #8C1C2E */
}
