// Booking.com (booking@1.0.0)
// Palette: booking@1.0.0
// Fonts:   heading=inter@1.0.0, body=inter@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-booking-blue: #003580;
$swatch-booking-blue-deep: #002A66;
$swatch-booking-blue-bright: #0071C2;
$swatch-booking-yellow: #FEBB02;
$swatch-booking-ink: #1A1A1A;
$swatch-booking-charcoal: #333333;
$swatch-booking-graphite: #6B6B6B;
$swatch-booking-mist: #E6E6E6;
$swatch-booking-fog: #F5F5F5;
$swatch-booking-white: #FFFFFF;
$swatch-booking-success: #008009;
$swatch-booking-error: #C0392B;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-booking-white;
$light-surface: $swatch-booking-fog;
$light-surface-elevated: $swatch-booking-white;
$light-text-primary: $swatch-booking-ink;
$light-text-secondary: $swatch-booking-charcoal;
$light-text-tertiary: $swatch-booking-graphite;
$light-primary: $swatch-booking-blue;
$light-primary-hover: $swatch-booking-blue-deep;
$light-accent: $swatch-booking-yellow;
$light-accent-hover: $swatch-booking-yellow;
$light-success: $swatch-booking-success;
$light-warning: $swatch-booking-yellow;
$light-error: $swatch-booking-error;
$light-border: $swatch-booking-mist;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-booking-ink;
$dark-surface: $swatch-booking-charcoal;
$dark-surface-elevated: $swatch-booking-graphite;
$dark-text-primary: $swatch-booking-white;
$dark-text-secondary: $swatch-booking-mist;
$dark-text-tertiary: $swatch-booking-graphite;
$dark-primary: $swatch-booking-blue-bright;
$dark-primary-hover: $swatch-booking-blue;
$dark-accent: $swatch-booking-yellow;
$dark-accent-hover: $swatch-booking-yellow;
$dark-success: $swatch-booking-success;
$dark-warning: $swatch-booking-yellow;
$dark-error: $swatch-booking-error;
$dark-border: $swatch-booking-charcoal;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-booking-blue;
$brand-on-identity: $swatch-booking-white;
$brand-primary: $swatch-booking-blue;
$brand-primary-hover: $swatch-booking-blue-deep;
$brand-accent: $swatch-booking-yellow;
$brand-accent-hover: $swatch-booking-yellow;
$brand-mark: $swatch-booking-blue;
$brand-success: $swatch-booking-success;
$brand-warning: $swatch-booking-yellow;
$brand-error: $swatch-booking-error;
$brand-background-light: $swatch-booking-white;
$brand-background-dark: $swatch-booking-ink;
$brand-surface-light: $swatch-booking-fog;
$brand-surface-dark: $swatch-booking-charcoal;
$brand-text-primary-light: $swatch-booking-ink;
$brand-text-primary-dark: $swatch-booking-white;
$brand-text-secondary-light: $swatch-booking-charcoal;
$brand-text-tertiary-light: $swatch-booking-graphite;
$brand-border-light: $swatch-booking-mist;

// ─── Typography ───────────────────────────────────────
$font-heading: (Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
$font-body: (Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
$font-mono: ('JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "booking-blue": $swatch-booking-blue,
  "booking-blue-deep": $swatch-booking-blue-deep,
  "booking-blue-bright": $swatch-booking-blue-bright,
  "booking-yellow": $swatch-booking-yellow,
  "booking-ink": $swatch-booking-ink,
  "booking-charcoal": $swatch-booking-charcoal,
  "booking-graphite": $swatch-booking-graphite,
  "booking-mist": $swatch-booking-mist,
  "booking-fog": $swatch-booking-fog,
  "booking-white": $swatch-booking-white,
  "booking-success": $swatch-booking-success,
  "booking-error": $swatch-booking-error,
);

$light-roles: (
  "background": $light-background,
  "surface": $light-surface,
  "surface-elevated": $light-surface-elevated,
  "text-primary": $light-text-primary,
  "text-secondary": $light-text-secondary,
  "text-tertiary": $light-text-tertiary,
  "primary": $light-primary,
  "primary-hover": $light-primary-hover,
  "accent": $light-accent,
  "accent-hover": $light-accent-hover,
  "success": $light-success,
  "warning": $light-warning,
  "error": $light-error,
  "border": $light-border,
);

$dark-roles: (
  "background": $dark-background,
  "surface": $dark-surface,
  "surface-elevated": $dark-surface-elevated,
  "text-primary": $dark-text-primary,
  "text-secondary": $dark-text-secondary,
  "text-tertiary": $dark-text-tertiary,
  "primary": $dark-primary,
  "primary-hover": $dark-primary-hover,
  "accent": $dark-accent,
  "accent-hover": $dark-accent-hover,
  "success": $dark-success,
  "warning": $dark-warning,
  "error": $dark-error,
  "border": $dark-border,
);
