/* ============================================================
   ptr-theme.css — the DaisyUI v5 "PTR" theme (repo entrypoint)
   ------------------------------------------------------------
   As of Phase 1 the theme is BUILT, not hand-written. The one
   canonical token file is package/tokens.json (a Figma export
   of this exact DaisyUI theme); package/build.mjs generates:
     package/theme.css         runtime variables (imported below)
     package/theme.plugin.css  @plugin "daisyui/theme" block for
                               Tailwind v4 + DaisyUI builds
   Never edit token values here or in the generated files — edit
   tokens in Figma, re-export the JSON, run `npm run build`.

   ── Two ways to consume ──────────────────────────────────────
   1. REAL DAISYUI BUILD (Tailwind v4 + daisyUI plugin):
        @import "@prioritytaxrelief-development/design-kit/theme.plugin.css";
      DaisyUI generates every themed component from the block.
   2. NO-BUILD / RUNTIME (this repo, CDN, previews): link this
      file; the same variables are declared live on :root /
      [data-theme="ptr"] and DaisyUI-shaped component CSS (e.g.
      ui_kits/product/product.css) reads them with zero build.
   Both paths produce identical output — no drift.

   Anything DaisyUI has NO slot for — brand palette, case-status
   colors, type scale, spacing, motion — is package/brand.css
   (the "PTR extensions" layer), NOT here.
   ============================================================ */

@import url("package/theme.css");
