/* ============================================================
   PRIMITIVES  ·  raw color ramp
   Source: Figma "Habito-Dashboard" — Primitives collection
   Only the steps that actually bind to the design are captured;
   the full 50–900 ramp lives in the Figma Variables panel and is
   not enumerable via MCP. Values are verbatim (not recomputed).
   ============================================================ */
:root{
  /* deep teal */
  --color-deep-teal-100: #21494d;
  --color-deep-teal-10:  #21494d1a;   /* #21494d @ 10% */

  /* lime */
  --color-lime-100: #cce756;
  --color-lime-40:  #cce75666;        /* #cce756 @ 40% */

  /* orange */
  --color-orange-100: #cc7c2e;
  --color-orange-25:  #f5e5d5;

  /* charcoal */
  --color-charcoal-100: #616776;
  --color-charcoal-25:  #dfe1e4;
}
