{
  "$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": {
      "azure-blue": {
        "value": "#0078D4",
        "type": "color",
        "description": "The Azure signature blue — Microsoft Fluent's Communications primary, used on the Azure Portal chrome, the azure.microsoft.com hero, and the canonical Azure-Cloud logo fill.\n"
      },
      "azure-blue-dark": {
        "value": "#005A9E",
        "type": "color",
        "description": "Pressed/active state for the Azure primary CTA; the deeper blue used on hover transitions in the Azure Portal.\n"
      },
      "azure-blue-light": {
        "value": "#50E6FF",
        "type": "color",
        "description": "Bright cyan accent used in Azure marketing illustrations and in the Azure Cloud icon's secondary tone.\n"
      },
      "azure-navy": {
        "value": "#243A5E",
        "type": "color",
        "description": "Deep navy used on Azure architecture-diagram backgrounds and Azure presentation chrome. The dark-canvas brand color.\n"
      },
      "azure-navy-deep": {
        "value": "#0B2545",
        "type": "color",
        "description": "Darkest navy used in Azure marketing dark-mode hero compositions.\n"
      },
      "fluent-near-black": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "Fluent neutral foreground — primary text on light surfaces."
      },
      "fluent-gray-160": {
        "value": "#605E5C",
        "type": "color",
        "description": "Fluent neutral foreground 2 — secondary text."
      },
      "fluent-gray-130": {
        "value": "#8A8886",
        "type": "color",
        "description": "Fluent neutral foreground 3 — tertiary text and dividers."
      },
      "fluent-gray-30": {
        "value": "#EDEBE9",
        "type": "color",
        "description": "Fluent neutral background 3 — subtle surface tint."
      },
      "fluent-gray-20": {
        "value": "#F3F2F1",
        "type": "color",
        "description": "Fluent neutral background 2 — page-level background."
      },
      "fluent-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Base background and reversed text on chromatic surfaces."
      },
      "azure-error": {
        "value": "#A4262C",
        "type": "color",
        "description": "Fluent system error red — destructive / validation-failure."
      },
      "azure-success": {
        "value": "#107C10",
        "type": "color",
        "description": "Fluent system success green — confirmation / healthy state."
      },
      "azure-warning": {
        "value": "#797673",
        "type": "color",
        "description": "Fluent system warning neutral — Azure leans on amber sparingly and instead uses a muted neutral for caution states on chrome.\n"
      }
    },
    "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.fluent-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.fluent-gray-20}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.fluent-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.fluent-near-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.fluent-gray-160}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.fluent-gray-130}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.azure-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.azure-blue-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.azure-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.azure-navy}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.azure-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.azure-success}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.azure-navy-deep}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.azure-navy}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.azure-blue-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.fluent-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.fluent-gray-30}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.fluent-gray-130}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.azure-blue-light}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.azure-blue-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.azure-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.azure-navy}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.azure-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.azure-success}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.fluent-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.azure-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.azure-blue-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.fluent-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.fluent-gray-20}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.fluent-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.fluent-near-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.fluent-gray-160}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.fluent-gray-130}",
        "type": "color"
      },
      "chrome": {
        "value": "{global.color.azure-navy}",
        "type": "color"
      },
      "chrome-deep": {
        "value": "{global.color.azure-navy-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.azure-blue}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Microsoft Azure",
    "ref": "azure@1.0.0",
    "paletteRef": "azure@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
