{
  "$description": "Brand: Mozilla — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette mozilla@1.0.0",
      "mozilla-black": {
        "$value": "#161616",
        "$type": "color",
        "$description": "Corporate Mozilla identity color — the near-black canvas that anchors the brand. Source: simple-icons mozilla, brand.mozilla.com.\n"
      },
      "firefox-orange": {
        "$value": "#FF7139",
        "$type": "color",
        "$description": "Primary Firefox brand color — the bright orange of the Firefox flame mark.\n"
      },
      "firefox-red": {
        "$value": "#E66000",
        "$type": "color",
        "$description": "Deeper Firefox orange used in the flame gradient and for hover states.\n"
      },
      "firefox-yellow": {
        "$value": "#FFCB39",
        "$type": "color",
        "$description": "Bright yellow used at the tip of the Firefox flame mark.\n"
      },
      "firefox-blue": {
        "$value": "#0060DF",
        "$type": "color",
        "$description": "Firefox Blue used for the globe element behind the fox mark and for product links.\n"
      },
      "firefox-purple": {
        "$value": "#9059FF",
        "$type": "color",
        "$description": "Firefox Purple — supporting accent used in Mozilla product surfaces (e.g. Pocket, Relay).\n"
      },
      "mozilla-dark-canvas": {
        "$value": "#0C0C0D",
        "$type": "color",
        "$description": "Deepest dark-mode canvas."
      },
      "mozilla-charcoal": {
        "$value": "#252525",
        "$type": "color",
        "$description": "Elevated dark surface for cards and panels."
      },
      "mozilla-gray": {
        "$value": "#737373",
        "$type": "color",
        "$description": "Mid neutral for body text."
      },
      "mozilla-light-gray": {
        "$value": "#D7D7DB",
        "$type": "color",
        "$description": "Hairline borders on light canvas."
      },
      "mozilla-off-white": {
        "$value": "#F9F9FA",
        "$type": "color",
        "$description": "Subtle layered surface on light canvas."
      },
      "mozilla-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.mozilla-white}",
        "$type": "color",
        "$description": "background role → Mozilla White"
      },
      "surface": {
        "$value": "{color.swatches.mozilla-off-white}",
        "$type": "color",
        "$description": "surface role → Mozilla Off-White"
      },
      "surface-elevated": {
        "$value": "{color.swatches.mozilla-white}",
        "$type": "color",
        "$description": "surface-elevated role → Mozilla White"
      },
      "text-primary": {
        "$value": "{color.swatches.mozilla-black}",
        "$type": "color",
        "$description": "text-primary role → Mozilla Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.mozilla-gray}",
        "$type": "color",
        "$description": "text-secondary role → Mozilla Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.firefox-red}",
        "$type": "color",
        "$description": "text-tertiary role → Firefox Red"
      },
      "primary": {
        "$value": "{color.swatches.mozilla-black}",
        "$type": "color",
        "$description": "primary role → Mozilla Black"
      },
      "primary-hover": {
        "$value": "{color.swatches.firefox-red}",
        "$type": "color",
        "$description": "primary-hover role → Firefox Red"
      },
      "accent": {
        "$value": "{color.swatches.firefox-orange}",
        "$type": "color",
        "$description": "accent role → Firefox Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.firefox-red}",
        "$type": "color",
        "$description": "accent-hover role → Firefox Red"
      },
      "warning": {
        "$value": "{color.swatches.firefox-yellow}",
        "$type": "color",
        "$description": "warning role → Firefox Yellow"
      },
      "warning-hover": {
        "$value": "{color.swatches.firefox-orange}",
        "$type": "color",
        "$description": "warning-hover role → Firefox Orange"
      },
      "error": {
        "$value": "{color.swatches.firefox-red}",
        "$type": "color",
        "$description": "error role → Firefox Red"
      },
      "success": {
        "$value": "{color.swatches.firefox-blue}",
        "$type": "color",
        "$description": "success role → Firefox Blue"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.mozilla-black}",
          "$type": "color",
          "$description": "Brand role identity → Mozilla Black"
        },
        "on-identity": {
          "$value": "{color.swatches.mozilla-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Mozilla White"
        },
        "primary": {
          "$value": "{color.swatches.mozilla-black}",
          "$type": "color",
          "$description": "Brand role primary → Mozilla Black"
        },
        "primary-hover": {
          "$value": "{color.swatches.firefox-red}",
          "$type": "color",
          "$description": "Brand role primary-hover → Firefox Red"
        },
        "accent": {
          "$value": "{color.swatches.firefox-orange}",
          "$type": "color",
          "$description": "Brand role accent → Firefox Orange"
        },
        "accent-hover": {
          "$value": "{color.swatches.firefox-red}",
          "$type": "color",
          "$description": "Brand role accent-hover → Firefox Red"
        },
        "background": {
          "$value": "{color.swatches.mozilla-white}",
          "$type": "color",
          "$description": "Brand role background → Mozilla White"
        },
        "surface": {
          "$value": "{color.swatches.mozilla-off-white}",
          "$type": "color",
          "$description": "Brand role surface → Mozilla Off-White"
        },
        "text-primary": {
          "$value": "{color.swatches.mozilla-black}",
          "$type": "color",
          "$description": "Brand role text-primary → Mozilla Black"
        },
        "text-secondary": {
          "$value": "{color.swatches.mozilla-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Mozilla Gray"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
