{
  "meta": {
    "source": "https://drizzle.team",
    "domain": "drizzle.team",
    "extractedAt": "2026-06-11T06:09:15.109Z",
    "tokenizedAt": "2026-06-11T06:09:19.027Z"
  },
  "colors": {
    "background": {
      "primary": "rgb(255,255,255)",
      "secondary": "rgb(230, 233, 237)",
      "tertiary": "rgb(248, 248, 248)"
    },
    "text": {
      "primary": "rgb(67, 74, 84)",
      "secondary": "rgb(0, 0, 0)",
      "muted": "rgb(26, 29, 32)"
    },
    "accent": {
      "primary": "rgb(67, 75, 85)",
      "secondary": "rgb(15, 75, 241)"
    },
    "border": "rgb(67, 74, 84)",
    "shadow": "rgba(0,0,0,0.1)"
  },
  "typography": {
    "fontFamily": {
      "primary": "-apple-system",
      "secondary": "BlinkMacSystemFont",
      "mono": "monospace"
    },
    "fontSize": {
      "xs": "10px",
      "sm": "12px",
      "base": "14px",
      "lg": "18px",
      "xl": "24px",
      "2xl": "26px",
      "3xl": "32px",
      "4xl": "42px"
    },
    "fontWeight": {
      "normal": "400",
      "medium": "500",
      "semibold": "600",
      "bold": "600"
    },
    "lineHeight": {
      "tight": "1.25",
      "normal": "1",
      "relaxed": "1.75"
    },
    "letterSpacing": {
      "tight": "-0.025em",
      "normal": "0em",
      "wide": "0.025em"
    }
  },
  "spacing": {
    "xxs": "2px",
    "xs": "11px",
    "sm": "15px",
    "md": "16px",
    "base": "20px",
    "lg": "30px",
    "xl": "35px",
    "2xl": "50px",
    "3xl": "120px"
  },
  "borderRadius": {
    "none": "0px",
    "xs": "4px",
    "sm": "100px",
    "md": "108px",
    "lg": "116px",
    "xl": "124px",
    "full": "9999px"
  },
  "shadows": {
    "shadow-1": "rgb(255, 255, 255) 0px 0px 0px 0px, rgb(255, 255, 255) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
  },
  "transitions": {
    "transition-1": "all",
    "transition-2": "color 0.2s",
    "transition-3": "opacity 0.3s",
    "transition-4": "0.2s ease-out",
    "transition-5": "0.2s"
  },
  "layout": {
    "maxWidth": "1200px",
    "headerHeight": "160px",
    "sidebarWidth": "0px",
    "gap": "normal",
    "containerPadding": "0px"
  },
  "cssCustomProperties": {
    "--accent-gradient": "linear-gradient( 45deg, rgb(124, 58, 237), #da62c4 30%, white 60% )",
    "--accent": "124, 58, 237"
  }
}