{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "Microsoft's design system — calm neutrals, subtle rounding, and a confident brand blue.",
  "color": {
    "$type": "color",
    "primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.059,
          0.424,
          0.741
        ],
        "hex": "#0f6cbd"
      }
    },
    "on-primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "primary-strong": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.067,
          0.369,
          0.639
        ],
        "hex": "#115ea3"
      }
    },
    "link": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.059,
          0.424,
          0.741
        ],
        "hex": "#0f6cbd"
      }
    },
    "surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "on-surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.141,
          0.141,
          0.141
        ],
        "hex": "#242424"
      }
    },
    "on-surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.38,
          0.38,
          0.38
        ],
        "hex": "#616161"
      }
    },
    "surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.961,
          0.961,
          0.961
        ],
        "hex": "#f5f5f5"
      }
    },
    "border": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.82,
          0.82,
          0.82
        ],
        "hex": "#d1d1d1"
      }
    },
    "border-weak": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.878,
          0.878,
          0.878
        ],
        "hex": "#e0e0e0"
      }
    },
    "success": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.063,
          0.486,
          0.063
        ],
        "hex": "#107c10"
      }
    },
    "warning": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.737,
          0.294,
          0.035
        ],
        "hex": "#bc4b09"
      }
    },
    "error": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.773,
          0.059,
          0.122
        ],
        "hex": "#c50f1f"
      }
    }
  },
  "spacing": {
    "$type": "dimension",
    "xxs": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "xs": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "sm": {
      "$value": {
        "value": 12,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 16,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 20,
        "unit": "px"
      }
    },
    "xl": {
      "$value": {
        "value": 24,
        "unit": "px"
      }
    },
    "2xl": {
      "$value": {
        "value": 32,
        "unit": "px"
      }
    }
  },
  "rounded": {
    "$type": "dimension",
    "sm": {
      "$value": {
        "value": 2,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 6,
        "unit": "px"
      }
    },
    "xl": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "full": {
      "$value": {
        "value": 9999,
        "unit": "px"
      }
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Open Sans",
        "fontSize": {
          "value": 2.5,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "headline": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Open Sans",
        "fontSize": {
          "value": 1.75,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "title": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Open Sans",
        "fontSize": {
          "value": 1.25,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "body-lg": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Open Sans",
        "fontSize": {
          "value": 1,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Open Sans",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "label": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Open Sans",
        "fontSize": {
          "value": 0.75,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "code": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Cascadia Code",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    }
  }
}
