{
  "name": "GitBrand",
  "version": "1.0",
  "status": "proposed",
  "color": {
    "ink": "#252827",
    "paper": "#F5F6F3",
    "white": "#FFFFFF",
    "stone": "#919795",
    "slate": "#465F73",
    "mist": "#E8EEF2",
    "muted": "#606A65",
    "divider": "#DCE0DD",
    "controlBorder": "#7A847E"
  },
  "themes": {
    "light": {
      "background": "#F5F6F3",
      "surface": "#FFFFFF",
      "text": "#252827",
      "muted": "#606A65",
      "link": "#465F73",
      "focus": "#465F73",
      "action": "#252827",
      "onAction": "#FFFFFF",
      "border": "#DCE0DD",
      "controlBorder": "#7A847E"
    },
    "dark": {
      "background": "#1C201E",
      "surface": "#252B27",
      "text": "#F5F6F3",
      "muted": "#B4BDB7",
      "link": "#B7C9D6",
      "focus": "#B7C9D6",
      "action": "#F5F6F3",
      "onAction": "#252827",
      "border": "#404942",
      "controlBorder": "#7A847E"
    }
  },
  "semantic": {
    "success": {
      "text": "#35634E",
      "background": "#EDF4EF"
    },
    "warning": {
      "text": "#795819",
      "background": "#FBF3DE"
    },
    "error": {
      "text": "#A43D38",
      "background": "#FAECEA"
    }
  },
  "typography": {
    "family": "Poppins",
    "weights": [
      400,
      600
    ],
    "mono": "ui-monospace, SFMono-Regular, Consolas, monospace",
    "scale": {
      "display": {
        "desktop": [
          64,
          70
        ],
        "mobile": [
          40,
          46
        ]
      },
      "page": {
        "desktop": [
          40,
          48
        ],
        "mobile": [
          32,
          40
        ]
      },
      "section": {
        "desktop": [
          28,
          36
        ],
        "mobile": [
          24,
          32
        ]
      },
      "card": [
        20,
        28
      ],
      "body": [
        16,
        26
      ],
      "label": [
        14,
        20
      ],
      "caption": [
        12,
        18
      ]
    }
  },
  "spacing": [
    4,
    8,
    12,
    16,
    24,
    32,
    48,
    64,
    96
  ],
  "radius": {
    "control": 8,
    "card": 12,
    "panel": 20
  },
  "motion": {
    "fast": 160,
    "base": 220,
    "dialog": 280,
    "reduced": 0
  }
}
