{
  "$schema": "https://schemas.tokens.studio/latest/tokens.schema.json",
  "$description": "UP Agência design tokens — Style Dictionary / Tokens Studio compatible",
  "$version": "1.0.0",
  "color": {
    "brand": {
      "primary":   { "value": "#313CF0", "type": "color", "description": "UP signature blue. Primary brand color." },
      "hover":     { "value": "#4855FF", "type": "color" },
      "deep":      { "value": "#1F25B5", "type": "color" },
      "soft":      { "value": "#A8B0FF", "type": "color" },
      "ink":       { "value": "#0A0E2E", "type": "color" }
    },
    "neutral": {
      "0":   { "value": "#000000", "type": "color" },
      "950": { "value": "#0A0A0F", "type": "color" },
      "900": { "value": "#0C0D17", "type": "color" },
      "800": { "value": "#1A1B28", "type": "color" },
      "700": { "value": "#2A2A33", "type": "color" },
      "500": { "value": "#5A5A6B", "type": "color" },
      "400": { "value": "#7A7A8A", "type": "color" },
      "300": { "value": "#B5B5C1", "type": "color" },
      "200": { "value": "#DDDDE3", "type": "color" },
      "100": { "value": "#F0F0F4", "type": "color" },
      "50":  { "value": "#FAFAFC", "type": "color" },
      "white": { "value": "#FFFFFF", "type": "color" }
    },
    "semantic": {
      "success": { "value": "#22C55E", "type": "color" },
      "warning": { "value": "#F59E0B", "type": "color" },
      "danger":  { "value": "#EF4444", "type": "color" },
      "info":    { "value": "{color.brand.primary}", "type": "color" }
    },
    "theme": {
      "dark": {
        "bg":        { "value": "{color.neutral.0}", "type": "color" },
        "bg-2":      { "value": "{color.neutral.900}", "type": "color" },
        "surface":   { "value": "{color.neutral.800}", "type": "color" },
        "border":    { "value": "rgba(255,255,255,0.08)", "type": "color" },
        "text":      { "value": "{color.neutral.200}", "type": "color" },
        "text-strong": { "value": "{color.neutral.white}", "type": "color" },
        "text-muted":  { "value": "{color.neutral.400}", "type": "color" }
      },
      "light": {
        "bg":        { "value": "{color.neutral.50}", "type": "color" },
        "bg-2":      { "value": "{color.neutral.white}", "type": "color" },
        "surface":   { "value": "{color.neutral.100}", "type": "color" },
        "border":    { "value": "rgba(10,10,15,0.10)", "type": "color" },
        "text":      { "value": "{color.neutral.700}", "type": "color" },
        "text-strong": { "value": "{color.neutral.0}", "type": "color" },
        "text-muted":  { "value": "{color.neutral.500}", "type": "color" }
      }
    }
  },
  "font": {
    "family": {
      "display":  { "value": "Quicksans, 'Accurate ICG Fill', Inter, system-ui, sans-serif", "type": "fontFamily" },
      "heading":  { "value": "Montserrat, system-ui, sans-serif", "type": "fontFamily" },
      "body":     { "value": "Inter, system-ui, sans-serif", "type": "fontFamily" },
      "caption":  { "value": "Inter, system-ui, sans-serif", "type": "fontFamily" },
      "mono":     { "value": "'JetBrains Mono', ui-monospace, monospace", "type": "fontFamily" }
    },
    "weight": {
      "regular":  { "value": 400, "type": "fontWeight" },
      "medium":   { "value": 500, "type": "fontWeight" },
      "semibold": { "value": 600, "type": "fontWeight" },
      "bold":     { "value": 700, "type": "fontWeight" },
      "black":    { "value": 900, "type": "fontWeight" }
    },
    "size": {
      "xs":   { "value": "12px", "type": "fontSize" },
      "sm":   { "value": "14px", "type": "fontSize" },
      "base": { "value": "16px", "type": "fontSize" },
      "lg":   { "value": "18px", "type": "fontSize" },
      "xl":   { "value": "20px", "type": "fontSize" },
      "2xl":  { "value": "24px", "type": "fontSize" },
      "3xl":  { "value": "32px", "type": "fontSize" },
      "4xl":  { "value": "48px", "type": "fontSize" },
      "5xl":  { "value": "64px", "type": "fontSize" },
      "6xl":  { "value": "96px", "type": "fontSize" },
      "7xl":  { "value": "128px", "type": "fontSize" }
    },
    "line-height": {
      "tight":   { "value": 1.0, "type": "lineHeight" },
      "snug":    { "value": 1.15, "type": "lineHeight" },
      "normal":  { "value": 1.4, "type": "lineHeight" },
      "relaxed": { "value": 1.6, "type": "lineHeight" }
    }
  },
  "space": {
    "0":  { "value": "0px",   "type": "spacing" },
    "1":  { "value": "4px",   "type": "spacing" },
    "2":  { "value": "8px",   "type": "spacing" },
    "3":  { "value": "12px",  "type": "spacing" },
    "4":  { "value": "16px",  "type": "spacing" },
    "5":  { "value": "20px",  "type": "spacing" },
    "6":  { "value": "24px",  "type": "spacing" },
    "8":  { "value": "32px",  "type": "spacing" },
    "10": { "value": "40px",  "type": "spacing" },
    "12": { "value": "48px",  "type": "spacing" },
    "16": { "value": "64px",  "type": "spacing" },
    "20": { "value": "80px",  "type": "spacing" },
    "24": { "value": "96px",  "type": "spacing" },
    "32": { "value": "128px", "type": "spacing" }
  },
  "radius": {
    "none":   { "value": "0",     "type": "borderRadius" },
    "sm":     { "value": "4px",   "type": "borderRadius" },
    "md":     { "value": "8px",   "type": "borderRadius" },
    "lg":     { "value": "12px",  "type": "borderRadius" },
    "xl":     { "value": "20px",  "type": "borderRadius" },
    "2xl":    { "value": "32px",  "type": "borderRadius" },
    "pill":   { "value": "100px", "type": "borderRadius" },
    "full":   { "value": "9999px","type": "borderRadius" }
  },
  "shadow": {
    "1": { "value": "0 1px 2px rgba(0,0,0,0.06), 0 1px 1px rgba(0,0,0,0.04)", "type": "boxShadow" },
    "2": { "value": "0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.04)", "type": "boxShadow" },
    "3": { "value": "0 10px 30px rgba(0,0,0,0.12), 0 4px 10px rgba(0,0,0,0.06)", "type": "boxShadow" },
    "4": { "value": "0 24px 60px rgba(0,0,0,0.18), 0 10px 24px rgba(0,0,0,0.10)", "type": "boxShadow" },
    "brand-glow": { "value": "0 0 0 4px rgba(49,60,240,0.20), 0 12px 40px rgba(49,60,240,0.30)", "type": "boxShadow" }
  },
  "motion": {
    "duration": {
      "instant":      { "value": "0ms",  "type": "duration" },
      "fast":         { "value": "120ms","type": "duration" },
      "base":         { "value": "240ms","type": "duration" },
      "slow":         { "value": "400ms","type": "duration" },
      "ambient":      { "value": "800ms","type": "duration" }
    },
    "easing": {
      "standard":    { "value": "cubic-bezier(0.2, 0.8, 0.2, 1)",  "type": "cubicBezier" },
      "decelerated": { "value": "cubic-bezier(0, 0, 0.2, 1)",       "type": "cubicBezier" },
      "accelerated": { "value": "cubic-bezier(0.4, 0, 1, 1)",       "type": "cubicBezier" },
      "emphasized":  { "value": "cubic-bezier(0.2, 0, 0, 1)",       "type": "cubicBezier" }
    }
  },
  "breakpoint": {
    "sm":  { "value": "640px",  "type": "sizing" },
    "md":  { "value": "768px",  "type": "sizing" },
    "lg":  { "value": "1024px", "type": "sizing" },
    "xl":  { "value": "1280px", "type": "sizing" },
    "2xl": { "value": "1536px", "type": "sizing" }
  }
}
