{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "Generated from Pitch — webdesignhot.com/design.md",
  "colors": {
    "bg": {
      "$type": "color",
      "$value": "#ffffff"
    },
    "bg-hero": {
      "$type": "color",
      "$value": "#000000"
    },
    "surface": {
      "$type": "color",
      "$value": "#0a0a0a"
    },
    "surface-light": {
      "$type": "color",
      "$value": "#f6f5fb"
    },
    "text": {
      "$type": "color",
      "$value": "#000000"
    },
    "text-on-hero": {
      "$type": "color",
      "$value": "#ffffff"
    },
    "text-muted": {
      "$type": "color",
      "$value": "#5b5b66"
    },
    "text-muted-on-hero": {
      "$type": "color",
      "$value": "#a8a8b3"
    },
    "brand": {
      "$type": "color",
      "$value": "#5318eb"
    },
    "brand-hover": {
      "$type": "color",
      "$value": "#4512c9"
    },
    "brand-active": {
      "$type": "color",
      "$value": "#3a0fab"
    },
    "on-brand": {
      "$type": "color",
      "$value": "#ffffff"
    },
    "brand-tint": {
      "$type": "color",
      "$value": "#ebe3fe"
    },
    "link": {
      "$type": "color",
      "$value": "#0000ee"
    },
    "link-hover": {
      "$type": "color",
      "$value": "#3a0fab"
    },
    "border": {
      "$type": "color",
      "$value": "#e4e2ee"
    },
    "border-strong": {
      "$type": "color",
      "$value": "#cbc8da"
    },
    "border-on-hero": {
      "$type": "color",
      "$value": "#26262e"
    },
    "success": {
      "$type": "color",
      "$value": "#16a34a"
    },
    "warning": {
      "$type": "color",
      "$value": "#d97706"
    },
    "danger": {
      "$type": "color",
      "$value": "#dc2626"
    },
    "info": {
      "$type": "color",
      "$value": "#5318eb"
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Mark Pro Bold",
        "fontSize": "180px",
        "fontWeight": 500
      }
    },
    "h1": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Mark Pro Bold",
        "fontSize": "56px",
        "fontWeight": 500
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Mark Pro",
        "fontSize": "16px",
        "lineHeight": 1.55
      }
    }
  },
  "radius": {
    "button": {
      "$type": "dimension",
      "$value": "8px"
    },
    "card": {
      "$type": "dimension",
      "$value": "12px"
    },
    "pill": {
      "$type": "dimension",
      "$value": "9999px"
    }
  },
  "spacing": {
    "xs": {
      "$type": "dimension",
      "$value": "0px"
    },
    "sm": {
      "$type": "dimension",
      "$value": "4px"
    },
    "md": {
      "$type": "dimension",
      "$value": "12px"
    },
    "lg": {
      "$type": "dimension",
      "$value": "32px"
    },
    "xl": {
      "$type": "dimension",
      "$value": "64px"
    }
  }
}
