{
  "$metadata": {
    "generator": "designlang",
    "version": "7.0.0",
    "spec": "https://design-tokens.github.io/community-group/format/",
    "source": "https://planetscale.com",
    "generatedAt": "2026-06-25T08:31:33.183Z"
  },
  "primitive": {
    "color": {
      "brand": {
        "primary": {
          "$value": "#f2b600",
          "$type": "color"
        },
        "secondary": {
          "$value": "#f35815",
          "$type": "color"
        }
      },
      "neutral": {
        "n100": {
          "$value": "#414141",
          "$type": "color"
        },
        "n200": {
          "$value": "#c1c1c1",
          "$type": "color"
        },
        "n300": {
          "$value": "#737373",
          "$type": "color"
        },
        "n400": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "n500": {
          "$value": "#000000",
          "$type": "color"
        },
        "n600": {
          "$value": "#111111",
          "$type": "color"
        },
        "n700": {
          "$value": "#ebebeb",
          "$type": "color"
        }
      },
      "background": {
        "bg0": {
          "$value": "#fafafa",
          "$type": "color"
        },
        "bg1": {
          "$value": "#111111",
          "$type": "color"
        }
      },
      "text": {
        "text0": {
          "$value": "#414141",
          "$type": "color"
        },
        "text1": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "text2": {
          "$value": "#111111",
          "$type": "color"
        },
        "text3": {
          "$value": "#c1c1c1",
          "$type": "color"
        },
        "text4": {
          "$value": "#000000",
          "$type": "color"
        },
        "text5": {
          "$value": "#0b6ec5",
          "$type": "color"
        },
        "text6": {
          "$value": "#737373",
          "$type": "color"
        },
        "text7": {
          "$value": "#fafafa",
          "$type": "color"
        }
      }
    },
    "spacing": {
      "s0": {
        "$value": "4px",
        "$type": "dimension"
      },
      "s1": {
        "$value": "80px",
        "$type": "dimension"
      },
      "s2": {
        "$value": "96px",
        "$type": "dimension"
      }
    },
    "radius": {
      "r0": {
        "$value": "9999px",
        "$type": "dimension"
      }
    },
    "shadow": {},
    "fontFamily": {}
  },
  "semantic": {
    "color": {
      "action": {
        "primary": {
          "$value": "{primitive.color.brand.primary}",
          "$type": "color"
        },
        "secondary": {
          "$value": "{primitive.color.brand.secondary}",
          "$type": "color"
        }
      },
      "surface": {
        "default": {
          "$value": "{primitive.color.background.bg0}",
          "$type": "color"
        }
      },
      "text": {
        "body": {
          "$value": "{primitive.color.text.text0}",
          "$type": "color"
        }
      }
    },
    "typography": {
      "body": {
        "$value": {
          "fontFamily": "system-ui",
          "fontSize": "16px",
          "fontWeight": "400",
          "lineHeight": "24px"
        },
        "$type": "typography"
      }
    },
    "radius": {
      "control": {
        "$value": "{primitive.radius.r0}",
        "$type": "dimension"
      }
    },
    "shadow": {
      "elevated": {
        "$value": "{primitive.shadow.sh0}",
        "$type": "shadow"
      }
    }
  }
}