{
  "$description": "Brand: Vue.js — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette vuejs@1.0.0",
      "vue-green": {
        "$value": "#4FC08D",
        "$type": "color",
        "$description": "Primary brand color — the lighter top chevron of the Vue mark and the project's identity green.\n"
      },
      "vue-green-dark": {
        "$value": "#42B883",
        "$type": "color",
        "$description": "Secondary brand green — the darker bottom chevron of the mark; also the hover state on Vue Green.\n"
      },
      "vue-navy": {
        "$value": "#35495E",
        "$type": "color",
        "$description": "Companion dark color — used as body text on light surfaces and as the dark-mode canvas anchor.\n"
      },
      "vue-navy-light": {
        "$value": "#476582",
        "$type": "color",
        "$description": "Lighter navy used for secondary text and dividers."
      },
      "vue-black": {
        "$value": "#1A1A1A",
        "$type": "color",
        "$description": "Deep canvas for dark-mode page background."
      },
      "vue-charcoal": {
        "$value": "#242424",
        "$type": "color",
        "$description": "Elevated dark surface."
      },
      "vue-gray": {
        "$value": "#7E7E7E",
        "$type": "color",
        "$description": "Mid neutral."
      },
      "vue-light-gray": {
        "$value": "#D5D5D5",
        "$type": "color",
        "$description": "Hairline borders."
      },
      "vue-off-white": {
        "$value": "#F6F6F7",
        "$type": "color",
        "$description": "Subtle layered surface."
      },
      "vue-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Page canvas in light mode."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.vue-white}",
        "$type": "color",
        "$description": "background role → Vue White"
      },
      "surface": {
        "$value": "{color.swatches.vue-off-white}",
        "$type": "color",
        "$description": "surface role → Vue Off-White"
      },
      "surface-elevated": {
        "$value": "{color.swatches.vue-white}",
        "$type": "color",
        "$description": "surface-elevated role → Vue White"
      },
      "text-primary": {
        "$value": "{color.swatches.vue-navy}",
        "$type": "color",
        "$description": "text-primary role → Vue Navy"
      },
      "text-secondary": {
        "$value": "{color.swatches.vue-navy-light}",
        "$type": "color",
        "$description": "text-secondary role → Vue Navy Light"
      },
      "text-tertiary": {
        "$value": "{color.swatches.vue-gray}",
        "$type": "color",
        "$description": "text-tertiary role → Vue Gray"
      },
      "primary": {
        "$value": "{color.swatches.vue-green}",
        "$type": "color",
        "$description": "primary role → Vue Green"
      },
      "primary-hover": {
        "$value": "{color.swatches.vue-green-dark}",
        "$type": "color",
        "$description": "primary-hover role → Vue Green Dark"
      },
      "accent": {
        "$value": "{color.swatches.vue-navy}",
        "$type": "color",
        "$description": "accent role → Vue Navy"
      },
      "accent-hover": {
        "$value": "{color.swatches.vue-navy-light}",
        "$type": "color",
        "$description": "accent-hover role → Vue Navy Light"
      },
      "warning": {
        "$value": "{color.swatches.vue-green-dark}",
        "$type": "color",
        "$description": "warning role → Vue Green Dark"
      },
      "warning-hover": {
        "$value": "{color.swatches.vue-green}",
        "$type": "color",
        "$description": "warning-hover role → Vue Green"
      },
      "error": {
        "$value": "{color.swatches.vue-green-dark}",
        "$type": "color",
        "$description": "error role → Vue Green Dark"
      },
      "success": {
        "$value": "{color.swatches.vue-green}",
        "$type": "color",
        "$description": "success role → Vue Green"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.vue-green}",
          "$type": "color",
          "$description": "Brand role identity → Vue Green"
        },
        "on-identity": {
          "$value": "{color.swatches.vue-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Vue White"
        },
        "primary": {
          "$value": "{color.swatches.vue-green}",
          "$type": "color",
          "$description": "Brand role primary → Vue Green"
        },
        "primary-hover": {
          "$value": "{color.swatches.vue-green-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Vue Green Dark"
        },
        "accent": {
          "$value": "{color.swatches.vue-navy}",
          "$type": "color",
          "$description": "Brand role accent → Vue Navy"
        },
        "accent-hover": {
          "$value": "{color.swatches.vue-navy-light}",
          "$type": "color",
          "$description": "Brand role accent-hover → Vue Navy Light"
        },
        "background": {
          "$value": "{color.swatches.vue-white}",
          "$type": "color",
          "$description": "Brand role background → Vue White"
        },
        "surface": {
          "$value": "{color.swatches.vue-off-white}",
          "$type": "color",
          "$description": "Brand role surface → Vue Off-White"
        },
        "text-primary": {
          "$value": "{color.swatches.vue-navy}",
          "$type": "color",
          "$description": "Brand role text-primary → Vue Navy"
        },
        "text-secondary": {
          "$value": "{color.swatches.vue-navy-light}",
          "$type": "color",
          "$description": "Brand role text-secondary → Vue Navy Light"
        }
      }
    }
  },
  "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": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Source Code Pro (source-code-pro@1.0.0)"
      },
      "weight": {
        "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"
      }
    }
  }
}
