{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "metadata": {
    "name": "Surfaces Simple Slab Brand Tokens",
    "version": "0.2.0",
    "purpose": "Active Simple Slab brand primitives and public-page expression tokens.",
    "source": "Surfaces Simple Slab brand package"
  },
  "brand": {
    "name": {
      "$type": "string",
      "$value": "Surfaces"
    },
    "position": {
      "$type": "string",
      "$value": "Design control for generated UI."
    },
    "activeMark": {
      "$type": "string",
      "$value": "Simple Slab"
    }
  },
  "color": {
    "brand": {
      "ink": {
        "$type": "color",
        "$value": "#0B0D0E"
      },
      "ivory": {
        "$type": "color",
        "$value": "#F7F6F2"
      },
      "nickel": {
        "$type": "color",
        "$value": "#8B9096"
      },
      "rule": {
        "$type": "color",
        "$value": "#DAD7CF"
      }
    },
    "surface": {
      "paper": {
        "$type": "color",
        "$value": "#FFFFFF"
      }
    },
    "text": {
      "muted": {
        "$type": "color",
        "$value": "#3C4145"
      },
      "subtle": {
        "$type": "color",
        "$value": "#555B60"
      }
    },
    "signal": {
      "proof": {
        "$type": "color",
        "$value": "#00A7C8",
        "$description": "Small proof/evidence signal only. Never use as a mark edge, rail, tick, slab color, glow, or full-page theme."
      }
    },
    "appIcon": {
      "gradientStart": {
        "$type": "color",
        "$value": "#24282B"
      },
      "gradientEnd": {
        "$type": "color",
        "$value": "#050606"
      }
    }
  },
  "radius": {
    "0": {
      "$type": "dimension",
      "$value": "0px"
    },
    "2": {
      "$type": "dimension",
      "$value": "2px"
    },
    "4": {
      "$type": "dimension",
      "$value": "4px"
    },
    "6": {
      "$type": "dimension",
      "$value": "6px"
    },
    "8": {
      "$type": "dimension",
      "$value": "8px",
      "$description": "Maximum standard radius."
    }
  },
  "typography": {
    "family": {
      "sans": {
        "$type": "fontFamily",
        "$value": "Geist, Inter, Arial, sans-serif"
      },
      "mono": {
        "$type": "fontFamily",
        "$value": "Geist Mono, SFMono-Regular, Consolas, monospace"
      }
    },
    "letterSpacing": {
      "$type": "dimension",
      "$value": "0px"
    }
  }
}
