{
  "$schema": "https://tr.designtokens.org/format/",
  "$description": "Design tokens for Bugatti",
  "meta": {
    "name": "Bugatti",
    "description": "An austere luxury-automotive interface that uses near-pure black canvas, white uppercase letterspaced display, and full-bleed automotive photography as the only voltage. The system runs three custom Bugatti typefaces — Bugatti Display, Bugatti Text Regular, and Bugatti Monospace — and combines them at modest weights with wide tracking to feel European-engineered, hyper-minimal, and quietly expensive. There is no accent color, no decorative element, no chrome — only photography, typography, and the brand wordmark.",
    "theme": "dark"
  },
  "color": {
    "primary": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the primary role."
    },
    "ink": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the ink role."
    },
    "body": {
      "$value": "#cccccc",
      "$type": "color",
      "$description": "Use for the body role."
    },
    "body-strong": {
      "$value": "#e6e6e6",
      "$type": "color",
      "$description": "Use for the body strong role."
    },
    "muted": {
      "$value": "#999999",
      "$type": "color",
      "$description": "Use for the muted role."
    },
    "muted-soft": {
      "$value": "#666666",
      "$type": "color",
      "$description": "Use for the muted soft role."
    },
    "hairline": {
      "$value": "#262626",
      "$type": "color",
      "$description": "Use for the hairline role."
    },
    "hairline-strong": {
      "$value": "#3a3a3a",
      "$type": "color",
      "$description": "Use for the hairline strong role."
    },
    "canvas": {
      "$value": "#000000",
      "$type": "color",
      "$description": "Use for the canvas role."
    },
    "surface-soft": {
      "$value": "#0d0d0d",
      "$type": "color",
      "$description": "Use for the surface soft role."
    },
    "surface-card": {
      "$value": "#141414",
      "$type": "color",
      "$description": "Use for the surface card role."
    },
    "surface-elevated": {
      "$value": "#1f1f1f",
      "$type": "color",
      "$description": "Use for the surface elevated role."
    },
    "on-primary": {
      "$value": "#000000",
      "$type": "color",
      "$description": "Use for the on primary role."
    },
    "on-dark": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on dark role."
    },
    "on-photo": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on photo role."
    },
    "link": {
      "$value": "#c3d9f3",
      "$type": "color",
      "$description": "Use for the link role."
    },
    "warning": {
      "$value": "#d4a017",
      "$type": "color",
      "$description": "Use for the warning role."
    },
    "success": {
      "$value": "#5fa657",
      "$type": "color",
      "$description": "Use for the success role."
    }
  },
  "typography": {
    "display-xl": {
      "$value": {
        "fontFamily": "Bugatti Display, sans-serif",
        "fontSize": "64px",
        "fontWeight": 400,
        "lineHeight": 1.1,
        "letterSpacing": "4px"
      },
      "$type": "typography",
      "$description": "Typography style for display xl."
    },
    "display-lg": {
      "$value": {
        "fontFamily": "Bugatti Display, sans-serif",
        "fontSize": "48px",
        "fontWeight": 400,
        "lineHeight": 1.15,
        "letterSpacing": "3px"
      },
      "$type": "typography",
      "$description": "Typography style for display lg."
    },
    "display-md": {
      "$value": {
        "fontFamily": "Bugatti Display, sans-serif",
        "fontSize": "32px",
        "fontWeight": 400,
        "lineHeight": 1.2,
        "letterSpacing": "2px"
      },
      "$type": "typography",
      "$description": "Typography style for display md."
    },
    "display-sm": {
      "$value": {
        "fontFamily": "Bugatti Display, sans-serif",
        "fontSize": "24px",
        "fontWeight": 400,
        "lineHeight": 1.3,
        "letterSpacing": "1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display sm."
    },
    "wordmark": {
      "$value": {
        "fontFamily": "Bugatti Display, serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1,
        "letterSpacing": "6px"
      },
      "$type": "typography",
      "$description": "Typography style for wordmark."
    },
    "title-md": {
      "$value": {
        "fontFamily": "Bugatti Display, sans-serif",
        "fontSize": "20px",
        "fontWeight": 400,
        "lineHeight": 1.3,
        "letterSpacing": "1px"
      },
      "$type": "typography",
      "$description": "Typography style for title md."
    },
    "title-sm": {
      "$value": {
        "fontFamily": "Bugatti Display, sans-serif",
        "fontSize": "16px",
        "fontWeight": 400,
        "lineHeight": 1.3,
        "letterSpacing": "1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for title sm."
    },
    "caption-uppercase": {
      "$value": {
        "fontFamily": "Bugatti Monospace, ui-monospace, monospace",
        "fontSize": "11px",
        "fontWeight": 400,
        "lineHeight": 1.4,
        "letterSpacing": "2px"
      },
      "$type": "typography",
      "$description": "Typography style for caption uppercase."
    },
    "body-md": {
      "$value": {
        "fontFamily": "Bugatti Text Regular, serif",
        "fontSize": "16px",
        "fontWeight": 400,
        "lineHeight": 1.5,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body md."
    },
    "body-sm": {
      "$value": {
        "fontFamily": "Bugatti Text Regular, serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.5,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body sm."
    },
    "button": {
      "$value": {
        "fontFamily": "Bugatti Monospace, ui-monospace, monospace",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1,
        "letterSpacing": "2.5px"
      },
      "$type": "typography",
      "$description": "Typography style for button."
    },
    "nav-link": {
      "$value": {
        "fontFamily": "Bugatti Monospace, ui-monospace, monospace",
        "fontSize": "12px",
        "fontWeight": 400,
        "lineHeight": 1.4,
        "letterSpacing": "2px"
      },
      "$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": "40px",
      "$type": "dimension",
      "$description": "Spacing step xl."
    },
    "xxl": {
      "$value": "64px",
      "$type": "dimension",
      "$description": "Spacing step xxl."
    },
    "section": {
      "$value": "120px",
      "$type": "dimension",
      "$description": "Spacing step section."
    }
  },
  "radius": {
    "none": {
      "$value": "0px",
      "$type": "dimension",
      "$description": "Border radius none."
    },
    "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.bugatti.com/",
      "note": "Official brand website used for visual comparison."
    }
  }
}
