{
  "$description": "Brand: Figma — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette figma@1.0.0",
      "figma-orange": {
        "$value": "#F24E1E",
        "$type": "color",
        "$description": "Primary mark color — the top-left red-orange shape. The de-facto signature when a single brand color is needed."
      },
      "figma-coral": {
        "$value": "#FF7262",
        "$type": "color",
        "$description": "Mid-left coral shape of the mark — the lighter partner to figma-orange."
      },
      "figma-purple": {
        "$value": "#A259FF",
        "$type": "color",
        "$description": "Bottom-left purple shape of the mark."
      },
      "figma-blue": {
        "$value": "#1ABCFE",
        "$type": "color",
        "$description": "Top-right cyan-blue shape of the mark."
      },
      "figma-green": {
        "$value": "#0ACF83",
        "$type": "color",
        "$description": "Mid-right green shape of the mark."
      },
      "figma-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "figma-black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Wordmark on light backgrounds."
      },
      "figma-canvas-dark": {
        "$value": "#1E1E1E",
        "$type": "color",
        "$description": "Authored dark-mode canvas — neutral near-black."
      },
      "figma-surface-dark": {
        "$value": "#2C2C2C",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "figma-surface-light": {
        "$value": "#F5F5F5",
        "$type": "color",
        "$description": "Authored panel surface for light mode."
      },
      "figma-text-secondary": {
        "$value": "#757575",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray."
      },
      "figma-text-tertiary": {
        "$value": "#B3B3B3",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.figma-canvas-dark}",
        "$type": "color",
        "$description": "background role → Figma Canvas Dark"
      },
      "surface": {
        "$value": "{color.swatches.figma-surface-dark}",
        "$type": "color",
        "$description": "surface role → Figma Surface Dark"
      },
      "surface-elevated": {
        "$value": "{color.swatches.figma-surface-dark}",
        "$type": "color",
        "$description": "surface-elevated role → Figma Surface Dark"
      },
      "text-primary": {
        "$value": "{color.swatches.figma-white}",
        "$type": "color",
        "$description": "text-primary role → Figma White"
      },
      "text-secondary": {
        "$value": "{color.swatches.figma-text-tertiary}",
        "$type": "color",
        "$description": "text-secondary role → Figma Text Tertiary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.figma-text-secondary}",
        "$type": "color",
        "$description": "text-tertiary role → Figma Text Secondary"
      },
      "primary": {
        "$value": "{color.swatches.figma-blue}",
        "$type": "color",
        "$description": "primary role → Figma Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.figma-blue}",
        "$type": "color",
        "$description": "primary-hover role → Figma Blue"
      },
      "accent": {
        "$value": "{color.swatches.figma-orange}",
        "$type": "color",
        "$description": "accent role → Figma Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.figma-coral}",
        "$type": "color",
        "$description": "accent-hover role → Figma Coral"
      },
      "warning": {
        "$value": "{color.swatches.figma-orange}",
        "$type": "color",
        "$description": "warning role → Figma Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.figma-coral}",
        "$type": "color",
        "$description": "warning-hover role → Figma Coral"
      },
      "error": {
        "$value": "{color.swatches.figma-orange}",
        "$type": "color",
        "$description": "error role → Figma Orange"
      },
      "success": {
        "$value": "{color.swatches.figma-green}",
        "$type": "color",
        "$description": "success role → Figma Green"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.figma-orange}",
          "$type": "color",
          "$description": "Brand role identity → Figma Orange"
        },
        "on-identity": {
          "$value": "{color.swatches.figma-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Figma White"
        },
        "primary": {
          "$value": "{color.swatches.figma-blue}",
          "$type": "color",
          "$description": "Brand role primary → Figma Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.figma-blue}",
          "$type": "color",
          "$description": "Brand role primary-hover → Figma Blue"
        },
        "accent": {
          "$value": "{color.swatches.figma-orange}",
          "$type": "color",
          "$description": "Brand role accent → Figma Orange"
        },
        "accent-hover": {
          "$value": "{color.swatches.figma-coral}",
          "$type": "color",
          "$description": "Brand role accent-hover → Figma Coral"
        },
        "mark-orange": {
          "$value": "{color.swatches.figma-orange}",
          "$type": "color",
          "$description": "Brand role mark-orange → Figma Orange"
        },
        "mark-coral": {
          "$value": "{color.swatches.figma-coral}",
          "$type": "color",
          "$description": "Brand role mark-coral → Figma Coral"
        },
        "mark-purple": {
          "$value": "{color.swatches.figma-purple}",
          "$type": "color",
          "$description": "Brand role mark-purple → Figma Purple"
        },
        "mark-blue": {
          "$value": "{color.swatches.figma-blue}",
          "$type": "color",
          "$description": "Brand role mark-blue → Figma Blue"
        },
        "mark-green": {
          "$value": "{color.swatches.figma-green}",
          "$type": "color",
          "$description": "Brand role mark-green → Figma Green"
        },
        "success": {
          "$value": "{color.swatches.figma-green}",
          "$type": "color",
          "$description": "Brand role success → Figma Green"
        },
        "warning": {
          "$value": "{color.swatches.figma-orange}",
          "$type": "color",
          "$description": "Brand role warning → Figma Orange"
        },
        "error": {
          "$value": "{color.swatches.figma-orange}",
          "$type": "color",
          "$description": "Brand role error → Figma Orange"
        },
        "background-light": {
          "$value": "{color.swatches.figma-white}",
          "$type": "color",
          "$description": "Brand role background-light → Figma White"
        },
        "background-dark": {
          "$value": "{color.swatches.figma-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Figma Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.figma-surface-light}",
          "$type": "color",
          "$description": "Brand role surface-light → Figma Surface Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.figma-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Figma Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.figma-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Figma Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.figma-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Figma White"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
