{
  "$description": "Brand: Penpot — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette penpot@1.0.0",
      "penpot-mint": {
        "$value": "#31EFB8",
        "$type": "color",
        "$description": "Signature electric mint green. Primary brand color — used on the wordmark, the \"P\" mark, primary CTAs, and key interactive surfaces.\n"
      },
      "penpot-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Display type on dark canvas; canvas on light mode."
      },
      "penpot-black": {
        "$value": "#18181A",
        "$type": "color",
        "$description": "Canonical dark canvas — the brand's preferred surface; also body text on light."
      },
      "penpot-canvas-dark": {
        "$value": "#18181A",
        "$type": "color",
        "$description": "Authored dark-mode canvas — Penpot's preferred marketing surface."
      },
      "penpot-surface-light": {
        "$value": "#F5F5F5",
        "$type": "color",
        "$description": "Authored panel surface for light mode."
      },
      "penpot-surface-dark": {
        "$value": "#2A2A2D",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "penpot-text-secondary": {
        "$value": "#6E6E76",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "penpot-text-tertiary": {
        "$value": "#A0A0A8",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      },
      "penpot-mint-hover": {
        "$value": "#5EF3C7",
        "$type": "color",
        "$description": "Authored softer Penpot Mint for hover / active states."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.penpot-white}",
        "$type": "color",
        "$description": "background role → Penpot White"
      },
      "surface": {
        "$value": "{color.swatches.penpot-surface-light}",
        "$type": "color",
        "$description": "surface role → Penpot Surface Light"
      },
      "surface-elevated": {
        "$value": "{color.swatches.penpot-white}",
        "$type": "color",
        "$description": "surface-elevated role → Penpot White"
      },
      "text-primary": {
        "$value": "{color.swatches.penpot-black}",
        "$type": "color",
        "$description": "text-primary role → Penpot Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.penpot-text-secondary}",
        "$type": "color",
        "$description": "text-secondary role → Penpot Text Secondary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.penpot-text-tertiary}",
        "$type": "color",
        "$description": "text-tertiary role → Penpot Text Tertiary"
      },
      "primary": {
        "$value": "{color.swatches.penpot-mint}",
        "$type": "color",
        "$description": "primary role → Penpot Mint"
      },
      "primary-hover": {
        "$value": "{color.swatches.penpot-mint-hover}",
        "$type": "color",
        "$description": "primary-hover role → Penpot Mint Hover"
      },
      "accent": {
        "$value": "{color.swatches.penpot-mint}",
        "$type": "color",
        "$description": "accent role → Penpot Mint"
      },
      "accent-hover": {
        "$value": "{color.swatches.penpot-mint-hover}",
        "$type": "color",
        "$description": "accent-hover role → Penpot Mint Hover"
      },
      "warning": {
        "$value": "{color.swatches.penpot-mint}",
        "$type": "color",
        "$description": "warning role → Penpot Mint"
      },
      "warning-hover": {
        "$value": "{color.swatches.penpot-mint-hover}",
        "$type": "color",
        "$description": "warning-hover role → Penpot Mint Hover"
      },
      "error": {
        "$value": "{color.swatches.penpot-mint}",
        "$type": "color",
        "$description": "error role → Penpot Mint"
      },
      "success": {
        "$value": "{color.swatches.penpot-mint}",
        "$type": "color",
        "$description": "success role → Penpot Mint"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.penpot-mint}",
          "$type": "color",
          "$description": "Brand role identity → Penpot Mint"
        },
        "on-identity": {
          "$value": "{color.swatches.penpot-black}",
          "$type": "color",
          "$description": "Brand role on-identity → Penpot Black"
        },
        "primary": {
          "$value": "{color.swatches.penpot-mint}",
          "$type": "color",
          "$description": "Brand role primary → Penpot Mint"
        },
        "primary-hover": {
          "$value": "{color.swatches.penpot-mint-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Penpot Mint Hover"
        },
        "accent": {
          "$value": "{color.swatches.penpot-mint}",
          "$type": "color",
          "$description": "Brand role accent → Penpot Mint"
        },
        "accent-hover": {
          "$value": "{color.swatches.penpot-mint-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Penpot Mint Hover"
        },
        "success": {
          "$value": "{color.swatches.penpot-mint}",
          "$type": "color",
          "$description": "Brand role success → Penpot Mint"
        },
        "warning": {
          "$value": "{color.swatches.penpot-mint}",
          "$type": "color",
          "$description": "Brand role warning → Penpot Mint"
        },
        "error": {
          "$value": "{color.swatches.penpot-mint}",
          "$type": "color",
          "$description": "Brand role error → Penpot Mint"
        },
        "background-light": {
          "$value": "{color.swatches.penpot-white}",
          "$type": "color",
          "$description": "Brand role background-light → Penpot White"
        },
        "background-dark": {
          "$value": "{color.swatches.penpot-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Penpot Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.penpot-surface-light}",
          "$type": "color",
          "$description": "Brand role surface-light → Penpot Surface Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.penpot-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Penpot Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.penpot-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Penpot Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.penpot-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Penpot 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"
      }
    }
  }
}
