{
  "$metadata": {
    "generator": "designlang",
    "version": "7.0.0",
    "spec": "https://design-tokens.github.io/community-group/format/",
    "source": "https://openai.com",
    "generatedAt": "2026-06-12T12:49:24.896Z"
  },
  "primitive": {
    "color": {
      "brand": {
        "primary": {
          "$value": "#8e8ea0",
          "$type": "color"
        }
      },
      "neutral": {
        "n100": {
          "$value": "#8e8ea0",
          "$type": "color"
        },
        "n200": {
          "$value": "#000000",
          "$type": "color"
        }
      },
      "background": {},
      "text": {
        "text0": {
          "$value": "#000000",
          "$type": "color"
        },
        "text1": {
          "$value": "#8e8ea0",
          "$type": "color"
        }
      }
    },
    "spacing": {
      "s0": {
        "$value": "8px",
        "$type": "dimension"
      },
      "s1": {
        "$value": "32px",
        "$type": "dimension"
      }
    },
    "radius": {
      "r0": {
        "$value": "5px",
        "$type": "dimension"
      }
    },
    "shadow": {},
    "fontFamily": {
      "f0": {
        "$value": "Arial",
        "$type": "fontFamily"
      },
      "f1": {
        "$value": "Times",
        "$type": "fontFamily"
      }
    }
  },
  "semantic": {
    "color": {
      "action": {
        "primary": {
          "$value": "{primitive.color.brand.primary}",
          "$type": "color"
        }
      },
      "surface": {
        "default": {
          "$value": "{primitive.color.background.bg0}",
          "$type": "color"
        }
      },
      "text": {
        "body": {
          "$value": "{primitive.color.text.text0}",
          "$type": "color"
        }
      }
    },
    "typography": {
      "body": {
        "$value": {
          "fontFamily": "Arial",
          "fontSize": "24px",
          "fontWeight": "700",
          "lineHeight": "normal"
        },
        "$type": "typography"
      }
    },
    "radius": {
      "control": {
        "$value": "{primitive.radius.r0}",
        "$type": "dimension"
      }
    },
    "shadow": {
      "elevated": {
        "$value": "{primitive.shadow.sh0}",
        "$type": "shadow"
      }
    }
  }
}