{
  "$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": {
      "outlook-deep-blue": {
        "value": "#2A446F",
        "type": "color",
        "description": "The outer-envelope navy. Captured from the SVG fill on the Outlook logo on outlook.live.com. The dominant identity hue of the Outlook mark.\n"
      },
      "outlook-action-blue": {
        "value": "#0066FF",
        "type": "color",
        "description": "The \"O\" ring on the Outlook envelope and the brand's vibrant mid-blue. Used on the live product surface for the logo letter-mark fill.\n"
      },
      "outlook-sky": {
        "value": "#B3DAF0",
        "type": "color",
        "description": "The pale-blue envelope flap on the Outlook mark. A light-tint accent that softens the deep-navy outer fill.\n"
      },
      "communications-blue": {
        "value": "#0078D4",
        "type": "color",
        "description": "Microsoft's Fluent system primary, inherited from the Microsoft parent. The canonical CTA / link affordance across Outlook product chrome.\n"
      },
      "outlook-link-blue": {
        "value": "#0067B8",
        "type": "color",
        "description": "The action-text blue captured from outlook.live.com — Fluent's darker brand variant used for links and primary buttons on light surfaces, where #0078D4 would lose AA contrast on small type.\n"
      },
      "outlook-ink": {
        "value": "#17253D",
        "type": "color",
        "description": "Primary text and heading color, captured from the live product. A deep navy-tinged near-black that pairs with the envelope-deep-blue identity hue.\n"
      },
      "outlook-near-black": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "Fluent's soft near-black for body text on light surfaces."
      },
      "outlook-gray-160": {
        "value": "#605E5C",
        "type": "color",
        "description": "Secondary text and inactive UI (Fluent Neutral Foreground 2), inherited from the Microsoft parent.\n"
      },
      "outlook-gray-30": {
        "value": "#EDEBE9",
        "type": "color",
        "description": "Subtle surface tint (Fluent Neutral Background 3)."
      },
      "outlook-canvas": {
        "value": "#FFFDFB",
        "type": "color",
        "description": "The warm-white inbox canvas captured from outlook.live.com. A barely-off-white surface that reduces eye-strain on long reading sessions.\n"
      },
      "outlook-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.outlook-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.outlook-gray-30}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.outlook-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.outlook-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.outlook-gray-160}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.outlook-link-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.outlook-action-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.outlook-link-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.outlook-action-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.outlook-action-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.outlook-gray-30}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.outlook-ink}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.outlook-deep-blue}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.outlook-gray-160}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.outlook-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.outlook-sky}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.outlook-sky}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.outlook-action-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.outlook-action-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.outlook-sky}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.outlook-gray-160}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.outlook-deep-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.outlook-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.outlook-link-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.communications-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.outlook-action-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.outlook-link-blue}",
        "type": "color"
      },
      "mark-envelope-outer": {
        "value": "{global.color.outlook-deep-blue}",
        "type": "color"
      },
      "mark-envelope-flap": {
        "value": "{global.color.outlook-sky}",
        "type": "color"
      },
      "mark-letter-o": {
        "value": "{global.color.outlook-action-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.outlook-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.outlook-gray-30}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.outlook-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.outlook-gray-160}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Outlook",
    "ref": "outlook@1.0.0",
    "paletteRef": "outlook@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
