{
  "$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": {
      "meta-blue": {
        "value": "#0668E1",
        "type": "color",
        "description": "Primary Meta brand blue — the Meta wordmark and corporate mark color."
      },
      "meta-blue-dark": {
        "value": "#1877F2",
        "type": "color",
        "description": "Facebook product blue — adjacent Meta brand-family color; used on Facebook product surfaces."
      },
      "meta-vivid-blue": {
        "value": "#0064E0",
        "type": "color",
        "description": "Vivid blue from the Meta gradient palette — used in motion and editorial accent."
      },
      "meta-vivid-green": {
        "value": "#00C853",
        "type": "color",
        "description": "Vivid green from the Meta corporate gradient palette."
      },
      "meta-vivid-red": {
        "value": "#F02849",
        "type": "color",
        "description": "Vivid red from the Meta corporate gradient palette."
      },
      "meta-vivid-purple": {
        "value": "#7E4BFF",
        "type": "color",
        "description": "Vivid purple from the Meta corporate gradient palette."
      },
      "meta-black": {
        "value": "#000000",
        "type": "color",
        "description": "Headline ink and dark-mode canvas."
      },
      "meta-ink": {
        "value": "#1C2B33",
        "type": "color",
        "description": "Primary text on light surfaces — softer than pure black."
      },
      "meta-gray": {
        "value": "#65676B",
        "type": "color",
        "description": "Secondary text and metadata on the light canvas."
      },
      "meta-gray-light": {
        "value": "#8A8D91",
        "type": "color",
        "description": "Tertiary text and dividers."
      },
      "meta-surface": {
        "value": "#F0F2F5",
        "type": "color",
        "description": "Quiet surface — Facebook-family content cards and feed backgrounds."
      },
      "meta-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas on light corporate surfaces."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Meta Sans",
        "type": "fontFamilies",
        "description": "meta-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Meta Sans",
        "type": "fontFamilies",
        "description": "meta-sans@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Meta Sans",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Meta Sans",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.meta-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.meta-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.meta-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.meta-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.meta-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.meta-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.meta-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.meta-vivid-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.meta-vivid-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.meta-vivid-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.meta-vivid-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.meta-vivid-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.meta-vivid-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.meta-vivid-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.meta-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.meta-ink}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.meta-gray}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.meta-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.meta-surface}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.meta-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.meta-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.meta-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.meta-vivid-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.meta-vivid-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.meta-vivid-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.meta-vivid-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.meta-vivid-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.meta-vivid-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.meta-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.meta-white}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.meta-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.meta-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.meta-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.meta-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.meta-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.meta-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.meta-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.meta-vivid-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.meta-vivid-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.meta-vivid-blue}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.meta-blue}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.meta-ink}",
        "type": "color"
      },
      "text-muted": {
        "value": "{global.color.meta-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Meta",
    "ref": "meta@1.0.0",
    "paletteRef": "meta@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
