{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "booking-blue": {
        "value": "#003580",
        "type": "color",
        "description": "Booking.com's signature navy — the wordmark, the nav, and primary chrome."
      },
      "booking-blue-deep": {
        "value": "#002A66",
        "type": "color",
        "description": "Pressed / hover variant of Booking Blue for interactive states."
      },
      "booking-blue-bright": {
        "value": "#0071C2",
        "type": "color",
        "description": "Brighter mid-blue used historically for links and secondary CTAs on booking.com."
      },
      "booking-yellow": {
        "value": "#FEBB02",
        "type": "color",
        "description": "Secondary brand yellow — historically the Genius and high-priority CTA accent on booking.com."
      },
      "booking-ink": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "Primary text color on light surfaces."
      },
      "booking-charcoal": {
        "value": "#333333",
        "type": "color",
        "description": "Secondary text on light; elevated dark surface."
      },
      "booking-graphite": {
        "value": "#6B6B6B",
        "type": "color",
        "description": "Tertiary text and icon color."
      },
      "booking-mist": {
        "value": "#E6E6E6",
        "type": "color",
        "description": "Border and quiet divider on light canvas."
      },
      "booking-fog": {
        "value": "#F5F5F5",
        "type": "color",
        "description": "Subtle elevated surface on white."
      },
      "booking-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas — booking.com is a white-canvas product surface."
      },
      "booking-success": {
        "value": "#008009",
        "type": "color",
        "description": "Functional success — confirmed reservation, completion."
      },
      "booking-error": {
        "value": "#C0392B",
        "type": "color",
        "description": "Functional error — destructive / unavailable states."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.booking-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.booking-fog}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.booking-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.booking-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.booking-charcoal}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.booking-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.booking-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.booking-blue-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.booking-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.booking-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.booking-mist}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.booking-ink}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.booking-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.booking-graphite}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.booking-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.booking-mist}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.booking-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.booking-blue-bright}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.booking-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.booking-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.booking-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.booking-charcoal}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.booking-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.booking-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.booking-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.booking-blue-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.booking-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.booking-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.booking-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.booking-error}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.booking-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.booking-ink}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.booking-fog}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.booking-charcoal}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.booking-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.booking-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.booking-charcoal}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.booking-graphite}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.booking-mist}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Booking.com",
    "ref": "booking@1.0.0",
    "paletteRef": "booking@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
