{
  "$schema": "https://tr.designtokens.org/format/",
  "$description": "Design tokens for Expo",
  "meta": {
    "name": "Expo",
    "description": "A React Native developer-platform whose marketing site reads like a quietly-confident infrastructure brand. The base canvas is pure white with a soft sky-blue gradient atmospheric wash behind the hero; near-black ink (`#171717`) carries body and display alike. The single brand voltage is **pure black** (`#000000`) for primary CTAs — minimal and editorial-feeling, paired with a small blue text-link accent (`#0d74ce`) reserved for inline body links. Type pairs Inter at modest weights (display 600, body 400) with JetBrains Mono on every code surface. The brand's strongest visual signature is the **device-mockup hero** — a centered MacBook + iPhone composite showing real Expo dev surfaces — over the gradient sky wash.",
    "theme": "light"
  },
  "color": {
    "primary": {
      "$value": "#000000",
      "$type": "color",
      "$description": "Use for the primary role."
    },
    "primary-active": {
      "$value": "#1a1a1a",
      "$type": "color",
      "$description": "Use for the primary active role."
    },
    "text-link": {
      "$value": "#0d74ce",
      "$type": "color",
      "$description": "Use for the text link role."
    },
    "text-link-secondary": {
      "$value": "#476cff",
      "$type": "color",
      "$description": "Use for the text link secondary role."
    },
    "ink": {
      "$value": "#171717",
      "$type": "color",
      "$description": "Use for the ink role."
    },
    "body": {
      "$value": "#60646c",
      "$type": "color",
      "$description": "Use for the body role."
    },
    "body-strong": {
      "$value": "#171717",
      "$type": "color",
      "$description": "Use for the body strong role."
    },
    "muted": {
      "$value": "#999999",
      "$type": "color",
      "$description": "Use for the muted role."
    },
    "muted-soft": {
      "$value": "#cccccc",
      "$type": "color",
      "$description": "Use for the muted soft role."
    },
    "hairline": {
      "$value": "#f0f0f3",
      "$type": "color",
      "$description": "Use for the hairline role."
    },
    "hairline-soft": {
      "$value": "#f5f5f7",
      "$type": "color",
      "$description": "Use for the hairline soft role."
    },
    "hairline-strong": {
      "$value": "#dcdee0",
      "$type": "color",
      "$description": "Use for the hairline strong role."
    },
    "canvas": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the canvas role."
    },
    "canvas-soft": {
      "$value": "#fafafa",
      "$type": "color",
      "$description": "Use for the canvas soft role."
    },
    "surface-card": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the surface card role."
    },
    "surface-strong": {
      "$value": "#f0f0f3",
      "$type": "color",
      "$description": "Use for the surface strong role."
    },
    "surface-dark": {
      "$value": "#171717",
      "$type": "color",
      "$description": "Use for the surface dark role."
    },
    "surface-dark-elevated": {
      "$value": "#1a1a1a",
      "$type": "color",
      "$description": "Use for the surface dark elevated role."
    },
    "on-primary": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on primary role."
    },
    "on-dark": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on dark role."
    },
    "on-dark-soft": {
      "$value": "#b0b4ba",
      "$type": "color",
      "$description": "Use for the on dark soft role."
    },
    "gradient-sky-light": {
      "$value": "#cfe7ff",
      "$type": "color",
      "$description": "Use for the gradient sky light role."
    },
    "gradient-sky-mid": {
      "$value": "#a8c8e8",
      "$type": "color",
      "$description": "Use for the gradient sky mid role."
    },
    "accent-warning": {
      "$value": "#ab6400",
      "$type": "color",
      "$description": "Use for the accent warning role."
    },
    "accent-preview": {
      "$value": "#8145b5",
      "$type": "color",
      "$description": "Use for the accent preview role."
    },
    "accent-link-bright": {
      "$value": "#47c2ff",
      "$type": "color",
      "$description": "Use for the accent link bright role."
    },
    "semantic-error": {
      "$value": "#eb8e90",
      "$type": "color",
      "$description": "Use for the semantic error role."
    },
    "semantic-success": {
      "$value": "#16a34a",
      "$type": "color",
      "$description": "Use for the semantic success role."
    }
  },
  "typography": {
    "display-mega": {
      "$value": {
        "fontFamily": "'Inter', -apple-system, system-ui, sans-serif",
        "fontSize": "64px",
        "fontWeight": 600,
        "lineHeight": 1.05,
        "letterSpacing": "-1.92px"
      },
      "$type": "typography",
      "$description": "Typography style for display mega."
    },
    "display-xl": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "48px",
        "fontWeight": 600,
        "lineHeight": 1.1,
        "letterSpacing": "-1.44px"
      },
      "$type": "typography",
      "$description": "Typography style for display xl."
    },
    "display-lg": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "36px",
        "fontWeight": 600,
        "lineHeight": 1.15,
        "letterSpacing": "-1.08px"
      },
      "$type": "typography",
      "$description": "Typography style for display lg."
    },
    "display-md": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "28px",
        "fontWeight": 600,
        "lineHeight": 1.2,
        "letterSpacing": "-0.84px"
      },
      "$type": "typography",
      "$description": "Typography style for display md."
    },
    "display-sm": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "22px",
        "fontWeight": 600,
        "lineHeight": 1.25,
        "letterSpacing": "-0.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display sm."
    },
    "title-md": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "18px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title md."
    },
    "title-sm": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "16px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title sm."
    },
    "body-md": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "16px",
        "fontWeight": 400,
        "lineHeight": 1.5,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body md."
    },
    "body-sm": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.5,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body sm."
    },
    "caption": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "13px",
        "fontWeight": 400,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for caption."
    },
    "caption-uppercase": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "11px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": "0.88px"
      },
      "$type": "typography",
      "$description": "Typography style for caption uppercase."
    },
    "code": {
      "$value": {
        "fontFamily": "'JetBrains Mono', 'Fira Code', monospace",
        "fontSize": "13px",
        "fontWeight": 400,
        "lineHeight": 1.5,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for code."
    },
    "button": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "14px",
        "fontWeight": 500,
        "lineHeight": 1,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for button."
    },
    "nav-link": {
      "$value": {
        "fontFamily": "'Inter', sans-serif",
        "fontSize": "14px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for nav link."
    }
  },
  "spacing": {
    "xxs": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Spacing step xxs."
    },
    "xs": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Spacing step xs."
    },
    "sm": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Spacing step sm."
    },
    "base": {
      "$value": "16px",
      "$type": "dimension",
      "$description": "Spacing step base."
    },
    "md": {
      "$value": "20px",
      "$type": "dimension",
      "$description": "Spacing step md."
    },
    "lg": {
      "$value": "24px",
      "$type": "dimension",
      "$description": "Spacing step lg."
    },
    "xl": {
      "$value": "32px",
      "$type": "dimension",
      "$description": "Spacing step xl."
    },
    "xxl": {
      "$value": "48px",
      "$type": "dimension",
      "$description": "Spacing step xxl."
    },
    "section": {
      "$value": "96px",
      "$type": "dimension",
      "$description": "Spacing step section."
    }
  },
  "radius": {
    "none": {
      "$value": "0px",
      "$type": "dimension",
      "$description": "Border radius none."
    },
    "xs": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Border radius xs."
    },
    "sm": {
      "$value": "6px",
      "$type": "dimension",
      "$description": "Border radius sm."
    },
    "md": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Border radius md."
    },
    "lg": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Border radius lg."
    },
    "xl": {
      "$value": "16px",
      "$type": "dimension",
      "$description": "Border radius xl."
    },
    "xxl": {
      "$value": "24px",
      "$type": "dimension",
      "$description": "Border radius xxl."
    },
    "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://expo.dev/",
      "note": "Official brand website used for visual comparison."
    }
  }
}
