{
  "$description": "A / STUDIO brand tokens",
  "version": "1.0.0",
  "color": {
    "paper": {
      "value": "#FAFAF8",
      "type": "color",
      "description": "Page and panel background"
    },
    "ink": {
      "value": "#111111",
      "type": "color",
      "description": "Primary text and the mark"
    },
    "ink-muted": {
      "value": "#6B6B68",
      "type": "color",
      "description": "Secondary text, captions, labels"
    },
    "rule": {
      "value": "#D8D8D2",
      "type": "color",
      "description": "Hairlines, dividers, table rules"
    },
    "accent": {
      "value": "#1F7A72",
      "type": "color",
      "description": "One accent only: links, active nav, the slash"
    },
    "guidance-positive": {
      "value": "#258248",
      "type": "color",
      "description": "DO lists and success states"
    },
    "guidance-negative": {
      "value": "#C84444",
      "type": "color",
      "description": "DON'T lists and error states"
    },
    "surface": {
      "value": "#FFFFFF",
      "type": "color",
      "description": "Cards and elevated surfaces"
    }
  },
  "typography": {
    "display": {
      "value": {
        "fontFamily": "Bodoni Moda",
        "fontWeight": 600,
        "fontSize": "64px",
        "lineHeight": "1.15em",
        "letterSpacing": "-1.5px"
      },
      "type": "typography",
      "description": "Page titles. One per page, never two."
    },
    "heading": {
      "value": {
        "fontFamily": "Bodoni Moda",
        "fontWeight": 600,
        "fontSize": "40px",
        "lineHeight": "1.15em",
        "letterSpacing": "-0.8px"
      },
      "type": "typography",
      "description": "Section openers inside a page."
    },
    "body": {
      "value": {
        "fontFamily": "Inter",
        "fontWeight": 400,
        "fontSize": "16px",
        "lineHeight": "1.6em",
        "letterSpacing": "-0.02em"
      },
      "type": "typography",
      "description": "Every paragraph. Max 72 characters per line."
    },
    "label": {
      "value": {
        "fontFamily": "Inter",
        "fontWeight": 600,
        "fontSize": "11px",
        "lineHeight": "1.2em",
        "letterSpacing": "1.4px"
      },
      "type": "typography",
      "description": "Eyebrows and nav numbers. Always uppercase."
    },
    "caption": {
      "value": {
        "fontFamily": "Inter",
        "fontWeight": 500,
        "fontSize": "12px",
        "lineHeight": "1.4em",
        "letterSpacing": "-0.02em"
      },
      "type": "typography",
      "description": "Image captions and footnotes."
    }
  },
  "spacing": {
    "xs": {
      "value": "8px",
      "type": "dimension"
    },
    "sm": {
      "value": "16px",
      "type": "dimension"
    },
    "md": {
      "value": "24px",
      "type": "dimension"
    },
    "lg": {
      "value": "48px",
      "type": "dimension"
    },
    "xl": {
      "value": "96px",
      "type": "dimension"
    }
  }
}