{
  "$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": {
      "classic-blue": {
        "value": "#0068B5",
        "type": "color",
        "description": "The primary Intel Blue — used on the wordmark, on calls-to- action, and as the link / button color across intel.com.\n"
      },
      "energy-blue": {
        "value": "#00C7FD",
        "type": "color",
        "description": "The bright accent introduced in the 2020 refresh — used on highlights, active borders, and on dark surfaces where the classic blue would lose contrast.\n"
      },
      "blue-700": {
        "value": "#004A86",
        "type": "color",
        "description": "Hover / pressed variant of Classic Blue — declared on the live site as `--ighf-h-link-color-hover`.\n"
      },
      "blue-800": {
        "value": "#0046C8",
        "type": "color",
        "description": "Deeper saturated blue for hero / high-emphasis surfaces.\n"
      },
      "blue-900": {
        "value": "#000F28",
        "type": "color",
        "description": "Near-navy used as a dark canvas under hero modules.\n"
      },
      "carbon-web": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "Light page surface tint on the white canvas — the `--ighf-h-color-carbon-web` token.\n"
      },
      "carbon-100": {
        "value": "#E7E7E7",
        "type": "color",
        "description": "Quiet rule / border on the white canvas."
      },
      "carbon-200": {
        "value": "#D7D7D7",
        "type": "color",
        "description": "Light-gray border — the `--ighf-h-color-gray-light` token.\n"
      },
      "carbon-400": {
        "value": "#999FA9",
        "type": "color",
        "description": "Mid-gray for inactive controls."
      },
      "carbon-500": {
        "value": "#6A6D75",
        "type": "color",
        "description": "Disabled / placeholder text — the `--ighf-h-color-carbon-disabled` token.\n"
      },
      "carbon-600": {
        "value": "#525252",
        "type": "color",
        "description": "Secondary body text."
      },
      "carbon-800": {
        "value": "#262626",
        "type": "color",
        "description": "Primary text color on the white canvas — the `--ighf-h-text-color` token; also the dark-mode canvas.\n"
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Default page canvas; reverse logo fill."
      },
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "Logo fill in the monochrome one-color variant."
      }
    },
    "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": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@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": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.carbon-web}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.carbon-800}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.carbon-600}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.carbon-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.classic-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-700}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.energy-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.classic-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.carbon-200}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.blue-900}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.carbon-800}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.blue-800}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.carbon-200}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.carbon-400}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.energy-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.classic-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.energy-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.classic-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.carbon-600}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.carbon-800}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.classic-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-700}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.energy-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.classic-blue}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.classic-blue}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.blue-900}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.carbon-web}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.carbon-800}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.carbon-800}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.carbon-600}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.carbon-500}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.carbon-200}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Intel",
    "ref": "intel@1.0.0",
    "paletteRef": "intel@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
