/* The WB Abu Dhabi - auhwbqq */
:root {
  --color-primary: 237, 232, 223;
  --color-primary-alt: 255, 255, 255;
  --color-primary-rgb: 237, 232, 223;

  --color-secondary: 40, 41, 43;
  --color-secondary-alt: 40, 41, 43;

  --color-text: 237, 232, 223;
  --color-text-inverse: 40, 41, 43;

  --color-bg: 40, 41, 43;
  --color-bg-primary: 237, 232, 223;

  --color-warn-alt: 40, 41, 43;

  --font-sans: 'Pitch';
  --font-headline: 'Karben';
}

@font-face {
  font-family: Karben;
  font-weight: 600;
  font-display: swap;
  src: url('https://www.hilton.com/modules/assets/fonts/karben/bold.otf') format('opentype');
}

@font-face {
  font-family: Pitch;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.hilton.com/modules/assets/fonts/pitch/medium.otf') format('opentype');
}

html {
  font-family: 'Pitch', Arial, Helvetica, sans-serif;
}

.btn,
.font-bold {
  font-family: 'Karben', Arial, Helvetica, sans-serif;
}

/*======================================================
    OSC COMPOSABLE SEARCH FORM
======================================================*/

[data-osc-product='search-dates'] table tbody button.bg-bg-alt {
  background-color: #fff !important;
  --tw-text-opacity: 1;
  color: rgba(var(--color-secondary), var(--tw-text-opacity));
}

#learn-more-alert-button {
  color: var(--color-text-alt);
}

div[role='alertdialog'].bg-white {
  background-color: inherit;
}

/* line height fix for buttons, the font has space embedded underneath it */
button[data-osc-product='shop-form-button'] {
  padding-bottom: 0.5rem !important;
}
