{
  "$description": "Brand: Booking.com — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette booking@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.booking-white}",
        "$type": "color",
        "$description": "background role → Booking White"
      },
      "surface": {
        "$value": "{color.swatches.booking-fog}",
        "$type": "color",
        "$description": "surface role → Booking Fog"
      },
      "surface-elevated": {
        "$value": "{color.swatches.booking-white}",
        "$type": "color",
        "$description": "surface-elevated role → Booking White"
      },
      "text-primary": {
        "$value": "{color.swatches.booking-ink}",
        "$type": "color",
        "$description": "text-primary role → Booking Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.booking-charcoal}",
        "$type": "color",
        "$description": "text-secondary role → Booking Charcoal"
      },
      "text-tertiary": {
        "$value": "{color.swatches.booking-graphite}",
        "$type": "color",
        "$description": "text-tertiary role → Booking Graphite"
      },
      "primary": {
        "$value": "{color.swatches.booking-blue}",
        "$type": "color",
        "$description": "primary role → Booking Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.booking-blue-deep}",
        "$type": "color",
        "$description": "primary-hover role → Booking Blue Deep"
      },
      "accent": {
        "$value": "{color.swatches.booking-yellow}",
        "$type": "color",
        "$description": "accent role → Booking Yellow"
      },
      "accent-hover": {
        "$value": "{color.swatches.booking-yellow}",
        "$type": "color",
        "$description": "accent-hover role → Booking Yellow"
      },
      "success": {
        "$value": "{color.swatches.booking-success}",
        "$type": "color",
        "$description": "success role → Booking Success"
      },
      "warning": {
        "$value": "{color.swatches.booking-yellow}",
        "$type": "color",
        "$description": "warning role → Booking Yellow"
      },
      "error": {
        "$value": "{color.swatches.booking-error}",
        "$type": "color",
        "$description": "error role → Booking Error"
      },
      "border": {
        "$value": "{color.swatches.booking-mist}",
        "$type": "color",
        "$description": "border role → Booking Mist"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.booking-blue}",
          "$type": "color",
          "$description": "Brand role identity → Booking Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.booking-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Booking White"
        },
        "primary": {
          "$value": "{color.swatches.booking-blue}",
          "$type": "color",
          "$description": "Brand role primary → Booking Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.booking-blue-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → Booking Blue Deep"
        },
        "accent": {
          "$value": "{color.swatches.booking-yellow}",
          "$type": "color",
          "$description": "Brand role accent → Booking Yellow"
        },
        "accent-hover": {
          "$value": "{color.swatches.booking-yellow}",
          "$type": "color",
          "$description": "Brand role accent-hover → Booking Yellow"
        },
        "mark": {
          "$value": "{color.swatches.booking-blue}",
          "$type": "color",
          "$description": "Brand role mark → Booking Blue"
        },
        "success": {
          "$value": "{color.swatches.booking-success}",
          "$type": "color",
          "$description": "Brand role success → Booking Success"
        },
        "warning": {
          "$value": "{color.swatches.booking-yellow}",
          "$type": "color",
          "$description": "Brand role warning → Booking Yellow"
        },
        "error": {
          "$value": "{color.swatches.booking-error}",
          "$type": "color",
          "$description": "Brand role error → Booking Error"
        },
        "background-light": {
          "$value": "{color.swatches.booking-white}",
          "$type": "color",
          "$description": "Brand role background-light → Booking White"
        },
        "background-dark": {
          "$value": "{color.swatches.booking-ink}",
          "$type": "color",
          "$description": "Brand role background-dark → Booking Ink"
        },
        "surface-light": {
          "$value": "{color.swatches.booking-fog}",
          "$type": "color",
          "$description": "Brand role surface-light → Booking Fog"
        },
        "surface-dark": {
          "$value": "{color.swatches.booking-charcoal}",
          "$type": "color",
          "$description": "Brand role surface-dark → Booking Charcoal"
        },
        "text-primary-light": {
          "$value": "{color.swatches.booking-ink}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Booking Ink"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.booking-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Booking White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.booking-charcoal}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Booking Charcoal"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.booking-graphite}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Booking Graphite"
        },
        "border-light": {
          "$value": "{color.swatches.booking-mist}",
          "$type": "color",
          "$description": "Brand role border-light → Booking Mist"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
