{
  "name": "NanoWhisper",
  "version": "1.1.0",
  "color": {
    "light": {
      "canvas": "#FFFCFA",
      "surface": "#FFFFFF",
      "surfaceMuted": "#F7EEE8",
      "ink": "#2A2421",
      "muted": "#716660",
      "border": "#E7DBD4",
      "accent": "#AE4E2D",
      "accentHover": "#903C21",
      "accentInk": "#FFFFFF",
      "inverse": "#FFFCFA",
      "error": "#A33129"
    },
    "dark": {
      "canvas": "#211C19",
      "surface": "#2B2420",
      "surfaceMuted": "#332B27",
      "ink": "#FFF8F2",
      "muted": "#CFBEB3",
      "border": "#59473D",
      "accent": "#F2B498",
      "accentHover": "#F7C9B3",
      "accentInk": "#2A1C16",
      "inverse": "#211C19",
      "error": "#FFB4AB"
    }
  },
  "font": {
    "body": "DM Sans",
    "display": "DM Sans"
  },
  "space": {
    "1": "0.25rem",
    "2": "0.5rem",
    "3": "0.75rem",
    "4": "1rem",
    "6": "1.5rem",
    "8": "2rem",
    "12": "3rem",
    "16": "4rem",
    "24": "6rem"
  },
  "radius": {
    "small": "0.625rem",
    "card": "1.25rem",
    "panel": "1.75rem",
    "pill": "999px"
  },
  "motion": {
    "fast": "180ms",
    "normal": "320ms",
    "slow": "680ms",
    "ease": "cubic-bezier(0.16, 1, 0.3, 1)"
  },
  "zIndex": {
    "content": 0,
    "sticky": 10,
    "menu": 20,
    "dialog": 30
  },
  "shadow": {
    "card": "0 12px 36px rgba(64, 35, 23, 0.06)",
    "overlay": "0 18px 48px rgba(64, 35, 23, 0.13)"
  }
}
