{
  "$schema": "https://tr.designtokens.org/format/",
  "$description": "Design tokens for Warp-Inspired",
  "meta": {
    "name": "Warp-Inspired",
    "description": "An inspired interpretation of Warp's design language — an agentic terminal-and-development-environment brand whose surface is a warm near-charcoal canvas (a tint warmer than pure black), broken only by clean Inter typography, the occasional Instrument Serif italic moment, and dense terminal-mockup imagery; CTAs are unusually understated, with shape geometry running tighter than most marketing sites.",
    "theme": "dark"
  },
  "color": {
    "primary": {
      "$value": "#f7f5f0",
      "$type": "color",
      "$description": "Use for the primary role."
    },
    "on-primary": {
      "$value": "#2b2622",
      "$type": "color",
      "$description": "Use for the on primary role."
    },
    "ink": {
      "$value": "#f7f5f0",
      "$type": "color",
      "$description": "Use for the ink role."
    },
    "body": {
      "$value": "#c9c0ad",
      "$type": "color",
      "$description": "Use for the body role."
    },
    "body-strong": {
      "$value": "#dad2c1",
      "$type": "color",
      "$description": "Use for the body strong role."
    },
    "mute": {
      "$value": "#aea69c",
      "$type": "color",
      "$description": "Use for the mute role."
    },
    "canvas": {
      "$value": "#2b2622",
      "$type": "color",
      "$description": "Use for the canvas role."
    },
    "canvas-soft": {
      "$value": "#383330",
      "$type": "color",
      "$description": "Use for the canvas soft role."
    },
    "hairline": {
      "$value": "#3f3a36",
      "$type": "color",
      "$description": "Use for the hairline role."
    }
  },
  "typography": {
    "display-xl": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif",
        "fontSize": "64px",
        "fontWeight": 400,
        "lineHeight": "70.4px",
        "letterSpacing": "-1.6px"
      },
      "$type": "typography",
      "$description": "Typography style for display xl."
    },
    "display-lg": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "48px",
        "fontWeight": 400,
        "lineHeight": "52.8px",
        "letterSpacing": "-1.2px"
      },
      "$type": "typography",
      "$description": "Typography style for display lg."
    },
    "display-md": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "32px",
        "fontWeight": 500,
        "lineHeight": "40px",
        "letterSpacing": "-0.8px"
      },
      "$type": "typography",
      "$description": "Typography style for display md."
    },
    "display-sm": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "24px",
        "fontWeight": 500,
        "lineHeight": "32px",
        "letterSpacing": "-0.4px"
      },
      "$type": "typography",
      "$description": "Typography style for display sm."
    },
    "display-serif": {
      "$value": {
        "fontFamily": "Instrument Serif, Georgia, \"Times New Roman\", serif",
        "fontSize": "48px",
        "fontWeight": 400,
        "lineHeight": "52px",
        "letterSpacing": "-0.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display serif."
    },
    "body-lg": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "18px",
        "fontWeight": 400,
        "lineHeight": "28px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for body lg."
    },
    "body-md": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "16px",
        "fontWeight": 400,
        "lineHeight": "24px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for body md."
    },
    "body-md-strong": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "16px",
        "fontWeight": 500,
        "lineHeight": "24px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for body md strong."
    },
    "body-sm": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": "20px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for body sm."
    },
    "body-sm-strong": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "14px",
        "fontWeight": 500,
        "lineHeight": "20px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for body sm strong."
    },
    "caption": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "12px",
        "fontWeight": 400,
        "lineHeight": "16px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for caption."
    },
    "code": {
      "$value": {
        "fontFamily": "DM Mono, ui-monospace, SFMono-Regular, Menlo, monospace",
        "fontSize": "13px",
        "fontWeight": 400,
        "lineHeight": "18px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for code."
    },
    "code-md": {
      "$value": {
        "fontFamily": "DM Mono, ui-monospace, SFMono-Regular, Menlo, monospace",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": "20px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for code md."
    },
    "button-md": {
      "$value": {
        "fontFamily": "Inter, system-ui, -apple-system, sans-serif",
        "fontSize": "14px",
        "fontWeight": 500,
        "lineHeight": "20px",
        "letterSpacing": "0"
      },
      "$type": "typography",
      "$description": "Typography style for button md."
    }
  },
  "spacing": {
    "xxs": {
      "$value": "2px",
      "$type": "dimension",
      "$description": "Spacing step xxs."
    },
    "xs": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Spacing step xs."
    },
    "sm": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Spacing step sm."
    },
    "md": {
      "$value": "10px",
      "$type": "dimension",
      "$description": "Spacing step md."
    },
    "lg": {
      "$value": "16px",
      "$type": "dimension",
      "$description": "Spacing step lg."
    },
    "xl": {
      "$value": "24px",
      "$type": "dimension",
      "$description": "Spacing step xl."
    },
    "2xl": {
      "$value": "32px",
      "$type": "dimension",
      "$description": "Spacing step 2xl."
    },
    "3xl": {
      "$value": "48px",
      "$type": "dimension",
      "$description": "Spacing step 3xl."
    },
    "4xl": {
      "$value": "64px",
      "$type": "dimension",
      "$description": "Spacing step 4xl."
    },
    "5xl": {
      "$value": "96px",
      "$type": "dimension",
      "$description": "Spacing step 5xl."
    }
  },
  "radius": {
    "none": {
      "$value": "0px",
      "$type": "dimension",
      "$description": "Border radius none."
    },
    "xxs": {
      "$value": "1px",
      "$type": "dimension",
      "$description": "Border radius xxs."
    },
    "xs": {
      "$value": "2px",
      "$type": "dimension",
      "$description": "Border radius xs."
    },
    "sm": {
      "$value": "3px",
      "$type": "dimension",
      "$description": "Border radius sm."
    },
    "md": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Border radius md."
    },
    "lg": {
      "$value": "6px",
      "$type": "dimension",
      "$description": "Border radius lg."
    },
    "pill": {
      "$value": "9999px",
      "$type": "dimension",
      "$description": "Border radius pill."
    },
    "full": {
      "$value": "9999px",
      "$type": "dimension",
      "$description": "Border radius full."
    }
  },
  "shadow": {},
  "$extensions": {
    "com.design-md-editor.source": {
      "url": "https://www.warp.dev/",
      "note": "Official brand website used for visual comparison."
    }
  }
}
