{
  "meta": {
    "source": "https://example.com",
    "domain": "example.com",
    "extractedAt": "2026-05-28T13:47:23.879Z",
    "tokenizedAt": "2026-05-30T22:23:12.354Z"
  },
  "colors": {
    "background": {
      "primary": "rgb(238, 238, 238)",
      "secondary": "rgb(238, 238, 238)",
      "tertiary": "rgb(238, 238, 238)"
    },
    "text": {
      "primary": "rgb(0, 0, 0)",
      "secondary": "rgba(0, 0, 0, 0.65)",
      "muted": "rgb(0, 0, 0)"
    },
    "accent": {
      "primary": "rgb(51, 68, 136)",
      "secondary": "rgb(51, 68, 136)"
    },
    "border": "rgb(229,231,235)",
    "shadow": "rgba(0,0,0,0.1)"
  },
  "typography": {
    "fontFamily": {
      "primary": "system-ui",
      "secondary": "system-ui",
      "mono": "monospace"
    },
    "fontSize": {
      "xs": "16px",
      "sm": "16px",
      "base": "16px",
      "lg": "24px",
      "xl": "26px",
      "2xl": "30px",
      "3xl": "36px",
      "4xl": "48px"
    },
    "fontWeight": {
      "normal": "400",
      "medium": "700",
      "semibold": "700",
      "bold": "700"
    },
    "lineHeight": {
      "tight": "1.25",
      "normal": "1.5",
      "relaxed": "1.75"
    },
    "letterSpacing": {
      "tight": "-0.025em",
      "normal": "0em",
      "wide": "0em"
    }
  },
  "spacing": {
    "xxs": "2px",
    "xs": "16.08px",
    "sm": "135px",
    "md": "12px",
    "base": "16px",
    "lg": "24px",
    "xl": "32px",
    "2xl": "48px",
    "3xl": "64px"
  },
  "borderRadius": {
    "none": "0px",
    "xs": "4px",
    "sm": "8px",
    "md": "14px",
    "lg": "20px",
    "xl": "32px",
    "full": "9999px"
  },
  "shadows": {},
  "transitions": {
    "transition-1": "all"
  },
  "layout": {
    "maxWidth": "1200px",
    "headerHeight": "64px",
    "sidebarWidth": "0px",
    "gap": "16px",
    "containerPadding": "24px"
  },
  "cssCustomProperties": {}
}