/* Hotel 1000 Seattle, LXR - sealxol */
:root {
  --font-sans: 'circe';
  --font-serif: 'circe';
  --font-mono: 'circe';
  --font-headline: 'craw-modern-urw';
  --font-headline-brand: 'craw-modern-urw';
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
  text-transform: uppercase;
  font-weight: 400 !important;
}

div[data-testid='booking-widget-div-outer'] .text-primary {
  color: #344051;
}
