{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "color": {
    "brand": {
      "emerald": {
        "$value": "#10b981",
        "$type": "color",
        "$description": "Primary brand accent representing lossless precision and restoration"
      },
      "emeraldStrong": {
        "$value": "#059669",
        "$type": "color",
        "$description": "Hover and focused interactive state for emerald elements"
      },
      "emeraldSoft": {
        "$value": "rgba(16, 185, 129, 0.12)",
        "$type": "color",
        "$description": "Light tint background for pills, badges, and active navigation items"
      },
      "emeraldBorder": {
        "$value": "rgba(16, 185, 129, 0.28)",
        "$type": "color",
        "$description": "Border highlight for emerald-accented containers"
      },
      "cyan": {
        "$value": "#06b6d4",
        "$type": "color",
        "$description": "Secondary gradient stop and studio highlight accent"
      }
    },
    "neutral": {
      "ink": {
        "$value": "#0b0f14",
        "$type": "color",
        "$description": "Dark canvas background for studios, topbars, and high-contrast surfaces"
      },
      "slate": {
        "$value": "#0f172a",
        "$type": "color",
        "$description": "Primary dark typography and header color in light mode"
      },
      "surface": {
        "$value": "#ffffff",
        "$type": "color",
        "$description": "Card surface and foreground container background in light mode"
      },
      "surfaceSoft": {
        "$value": "#f8fafc",
        "$type": "color",
        "$description": "Page canvas and subtle panel background in light mode"
      },
      "border": {
        "$value": "#e2e8f0",
        "$type": "color",
        "$description": "Subtle border line for panels and dividers in light mode"
      },
      "muted": {
        "$value": "#64748b",
        "$type": "color",
        "$description": "Secondary caption and placeholder typography in light mode"
      },
      "mutedDark": {
        "$value": "#94a3b8",
        "$type": "color",
        "$description": "Secondary typography on dark ink backgrounds"
      },
      "textDark": {
        "$value": "#f1f5f9",
        "$type": "color",
        "$description": "High-contrast text on dark ink backgrounds"
      }
    }
  },
  "gradient": {
    "brandPrimary": {
      "$value": "linear-gradient(135deg, #10b981 0%, #06b6d4 100%)",
      "$type": "gradient",
      "$description": "Canonical 135deg gradient for brand mark, hero highlights, and primary buttons"
    },
    "brandDark": {
      "$value": "linear-gradient(180deg, #0b0f14 0%, #071019 100%)",
      "$type": "gradient",
      "$description": "Studio canvas background gradient"
    }
  },
  "shadow": {
    "glow": {
      "$value": "0 0 20px rgba(16, 185, 129, 0.22)",
      "$type": "shadow",
      "$description": "Subtle ambient neon emerald glow for active brand icons"
    },
    "card": {
      "$value": "0 4px 20px -2px rgba(15, 23, 42, 0.08)",
      "$type": "shadow",
      "$description": "Default card elevation shadow in light mode"
    }
  },
  "radius": {
    "sm": { "$value": "8px", "$type": "dimension" },
    "md": { "$value": "12px", "$type": "dimension" },
    "lg": { "$value": "18px", "$type": "dimension" },
    "pill": { "$value": "999px", "$type": "dimension" }
  },
  "typography": {
    "fontFamily": {
      "display": {
        "$value": "'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif",
        "$type": "fontFamily",
        "$description": "Used for hero titles, section headings, and brand wordmarks (weights 700, 800)"
      },
      "body": {
        "$value": "'Plus Jakarta Sans', system-ui, -apple-system, sans-serif",
        "$type": "fontFamily",
        "$description": "Used for body copy, UI controls, navigation, and technical captions (weights 400-700)"
      },
      "mono": {
        "$value": "'JetBrains Mono', 'Fira Code', ui-monospace, SFMono-Regular, monospace",
        "$type": "fontFamily",
        "$description": "Used for hex codes, technical specifications, and mathematical formulas"
      }
    },
    "fontWeight": {
      "regular": { "$value": 400, "$type": "fontWeight" },
      "medium": { "$value": 500, "$type": "fontWeight" },
      "semibold": { "$value": 600, "$type": "fontWeight" },
      "bold": { "$value": 700, "$type": "fontWeight" },
      "extrabold": { "$value": 800, "$type": "fontWeight" }
    }
  },
  "motion": {
    "easing": {
      "standard": { "$value": "cubic-bezier(0.16, 1, 0.3, 1)", "$type": "cubicBezier" },
      "spring": { "$value": "cubic-bezier(0.34, 1.56, 0.64, 1)", "$type": "cubicBezier" }
    },
    "transition": {
      "fast": { "$value": "150ms cubic-bezier(0.16, 1, 0.3, 1)", "$type": "transition" },
      "base": { "$value": "240ms cubic-bezier(0.16, 1, 0.3, 1)", "$type": "transition" },
      "slow": { "$value": "400ms cubic-bezier(0.16, 1, 0.3, 1)", "$type": "transition" }
    }
  }
}
