{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "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."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.mozilla-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.mozilla-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.mozilla-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.mozilla-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.mozilla-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.firefox-red}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.mozilla-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.firefox-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.firefox-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.firefox-red}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.firefox-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.firefox-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.firefox-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.firefox-blue}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.mozilla-dark-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.mozilla-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.mozilla-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.mozilla-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.mozilla-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.firefox-orange}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.firefox-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.firefox-yellow}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.firefox-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.firefox-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.firefox-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.firefox-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.firefox-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.firefox-blue}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.mozilla-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.mozilla-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.mozilla-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.firefox-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.firefox-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.firefox-red}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.mozilla-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.mozilla-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.mozilla-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.mozilla-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Mozilla",
    "ref": "mozilla@1.0.0",
    "paletteRef": "mozilla@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
