{
  "$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": {
      "microsoft-red": {
        "value": "#F25022",
        "type": "color",
        "description": "Top-left quadrant of the Microsoft four-square logo. Used for Office, PowerPoint, and the warm corner of the corporate mark.\n"
      },
      "microsoft-green": {
        "value": "#7FBA00",
        "type": "color",
        "description": "Top-right quadrant. Associated with Excel and the productivity side of the brand. (Sometimes also documented as #7CBB00.)\n"
      },
      "microsoft-blue": {
        "value": "#00A4EF",
        "type": "color",
        "description": "Bottom-left quadrant of the logo — Windows blue, lighter than the Communications primary.\n"
      },
      "microsoft-yellow": {
        "value": "#FFB900",
        "type": "color",
        "description": "Bottom-right quadrant. Often associated with Microsoft Build / developer surfaces.\n"
      },
      "communications-blue": {
        "value": "#0078D4",
        "type": "color",
        "description": "Microsoft's primary communications blue — the Fluent system primary used across Microsoft 365, the corporate site, and product UI chrome.\n"
      },
      "microsoft-black": {
        "value": "#000000",
        "type": "color",
        "description": "Wordmark fill and primary text on light backgrounds."
      },
      "microsoft-near-black": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "Softer near-black for body text and dark surfaces."
      },
      "microsoft-gray-160": {
        "value": "#605E5C",
        "type": "color",
        "description": "Secondary text and inactive UI (Fluent Neutral Foreground 2)."
      },
      "microsoft-gray-130": {
        "value": "#8A8886",
        "type": "color",
        "description": "Tertiary text and dividers (Fluent Neutral Foreground 3)."
      },
      "microsoft-gray-30": {
        "value": "#EDEBE9",
        "type": "color",
        "description": "Subtle surface tint (Fluent Neutral Background 3)."
      },
      "microsoft-gray-20": {
        "value": "#F3F2F1",
        "type": "color",
        "description": "Page-level background (Fluent Neutral Background 2)."
      },
      "microsoft-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Base background and reversed text on chromatic surfaces."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Segoe UI",
        "type": "fontFamilies",
        "description": "segoe-ui@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Segoe UI",
        "type": "fontFamilies",
        "description": "segoe-ui@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "CaskaydiaCove Nerd Font",
        "type": "fontFamilies",
        "description": "cascadiacode-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Segoe UI",
          "system-ui",
          "Inter",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Segoe UI",
          "system-ui",
          "Inter",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "CaskaydiaCove Nerd Font",
          "Cascadia Code",
          "JetBrains Mono",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.microsoft-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.microsoft-gray-20}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.microsoft-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.microsoft-near-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.microsoft-gray-160}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.microsoft-gray-130}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.microsoft-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.microsoft-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.microsoft-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.microsoft-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.microsoft-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.microsoft-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.microsoft-near-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.microsoft-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.microsoft-gray-160}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.microsoft-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.microsoft-gray-30}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.microsoft-gray-130}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.microsoft-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.microsoft-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.microsoft-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.microsoft-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.microsoft-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.microsoft-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.microsoft-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.microsoft-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.microsoft-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.microsoft-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.microsoft-gray-20}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.microsoft-near-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.microsoft-gray-160}",
        "type": "color"
      },
      "logo-quadrant-red": {
        "value": "{global.color.microsoft-red}",
        "type": "color"
      },
      "logo-quadrant-green": {
        "value": "{global.color.microsoft-green}",
        "type": "color"
      },
      "logo-quadrant-blue": {
        "value": "{global.color.microsoft-blue}",
        "type": "color"
      },
      "logo-quadrant-yellow": {
        "value": "{global.color.microsoft-yellow}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Microsoft",
    "ref": "microsoft@1.0.0",
    "paletteRef": "microsoft@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
