{
  "$schema": "https://tr.designtokens.org/format/",
  "$description": "Design tokens for BMW",
  "meta": {
    "name": "BMW",
    "description": "BMW's corporate site — distinct from BMW M's motorsport-bombastic variant, this is a measured and settled corporate-automotive interface. On a light (cream-tinted white) canvas, BMW corporate blue (#1c69d4) carries every primary CTA; dark navy hero bands frame model photography. BMW Type Next Latin sets the entire hierarchy on two weights — heavy 700 display and Light 300 body. Configuration and reservation flows ride a card-based 4-up grid, where each card holds a model render, a name, and a \"Learn More\" link.",
    "theme": "light"
  },
  "color": {
    "primary": {
      "$value": "#1c69d4",
      "$type": "color",
      "$description": "Use for the primary role."
    },
    "primary-active": {
      "$value": "#0653b6",
      "$type": "color",
      "$description": "Use for the primary active role."
    },
    "primary-disabled": {
      "$value": "#d6d6d6",
      "$type": "color",
      "$description": "Use for the primary disabled role."
    },
    "ink": {
      "$value": "#262626",
      "$type": "color",
      "$description": "Use for the ink role."
    },
    "body": {
      "$value": "#3c3c3c",
      "$type": "color",
      "$description": "Use for the body role."
    },
    "body-strong": {
      "$value": "#1a1a1a",
      "$type": "color",
      "$description": "Use for the body strong role."
    },
    "muted": {
      "$value": "#6b6b6b",
      "$type": "color",
      "$description": "Use for the muted role."
    },
    "muted-soft": {
      "$value": "#9a9a9a",
      "$type": "color",
      "$description": "Use for the muted soft role."
    },
    "hairline": {
      "$value": "#e6e6e6",
      "$type": "color",
      "$description": "Use for the hairline role."
    },
    "hairline-strong": {
      "$value": "#cccccc",
      "$type": "color",
      "$description": "Use for the hairline strong role."
    },
    "canvas": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the canvas role."
    },
    "surface-soft": {
      "$value": "#f7f7f7",
      "$type": "color",
      "$description": "Use for the surface soft role."
    },
    "surface-card": {
      "$value": "#fafafa",
      "$type": "color",
      "$description": "Use for the surface card role."
    },
    "surface-strong": {
      "$value": "#ebebeb",
      "$type": "color",
      "$description": "Use for the surface strong role."
    },
    "surface-dark": {
      "$value": "#1a2129",
      "$type": "color",
      "$description": "Use for the surface dark role."
    },
    "surface-dark-elevated": {
      "$value": "#262e38",
      "$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": "#bbbbbb",
      "$type": "color",
      "$description": "Use for the on dark soft role."
    },
    "m-blue-light": {
      "$value": "#0066b1",
      "$type": "color",
      "$description": "Use for the m blue light role."
    },
    "m-blue-dark": {
      "$value": "#1c69d4",
      "$type": "color",
      "$description": "Use for the m blue dark role."
    },
    "m-red": {
      "$value": "#e22718",
      "$type": "color",
      "$description": "Use for the m red role."
    },
    "success": {
      "$value": "#22c55e",
      "$type": "color",
      "$description": "Use for the success role."
    },
    "warning": {
      "$value": "#f59e0b",
      "$type": "color",
      "$description": "Use for the warning role."
    },
    "error": {
      "$value": "#dc2626",
      "$type": "color",
      "$description": "Use for the error role."
    }
  },
  "typography": {
    "display-xl": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
        "fontSize": "64px",
        "fontWeight": 700,
        "lineHeight": 1.05,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for display xl."
    },
    "display-lg": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "48px",
        "fontWeight": 700,
        "lineHeight": 1.1,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for display lg."
    },
    "display-md": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "32px",
        "fontWeight": 700,
        "lineHeight": 1.15,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for display md."
    },
    "display-sm": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "24px",
        "fontWeight": 700,
        "lineHeight": 1.25,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for display sm."
    },
    "title-lg": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "20px",
        "fontWeight": 700,
        "lineHeight": 1.3,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title lg."
    },
    "title-md": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "18px",
        "fontWeight": 700,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title md."
    },
    "title-sm": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "16px",
        "fontWeight": 700,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title sm."
    },
    "body-md": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "16px",
        "fontWeight": 300,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body md."
    },
    "body-sm": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "14px",
        "fontWeight": 300,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body sm."
    },
    "caption": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "12px",
        "fontWeight": 400,
        "lineHeight": 1.4,
        "letterSpacing": "0.5px"
      },
      "$type": "typography",
      "$description": "Typography style for caption."
    },
    "label-uppercase": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "13px",
        "fontWeight": 700,
        "lineHeight": 1.3,
        "letterSpacing": "1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for label uppercase."
    },
    "button": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "14px",
        "fontWeight": 700,
        "lineHeight": 1,
        "letterSpacing": "0.5px"
      },
      "$type": "typography",
      "$description": "Typography style for button."
    },
    "nav-link": {
      "$value": {
        "fontFamily": "'BMW Type Next Latin', sans-serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.4,
        "letterSpacing": "0.3px"
      },
      "$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."
    },
    "md": {
      "$value": "16px",
      "$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": "80px",
      "$type": "dimension",
      "$description": "Spacing step section."
    }
  },
  "radius": {
    "none": {
      "$value": "0px",
      "$type": "dimension",
      "$description": "Border radius none."
    },
    "xs": {
      "$value": "2px",
      "$type": "dimension",
      "$description": "Border radius xs."
    },
    "sm": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Border radius sm."
    },
    "md": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Border radius md."
    },
    "lg": {
      "$value": "12px",
      "$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.bmw.com/",
      "note": "Official brand website used for visual comparison."
    }
  }
}
