/* Resorts World (main) - rslvhv */
:root {
  --color-primary: 215, 24, 42; /* #D7182A */
  --color-primary-alt: 207, 16, 34; /* #CF1022 */
  --font-sans: 'Avenir Next';
  --font-serif: 'Georgia';
  --font-mono: 'Menlo';
  --font-headline: 'Avenir Next';
  --font-headline-brand: 'Avenir Next';
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-display: swap;
  src:
    url('https://www.hilton.com/modules/assets/fonts/avenir-next/regular.woff') format('woff'),
    url('https://www.hilton.com/modules/assets/fonts/avenir-next/regular.woff2') format('woff2');
}

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

.font-black {
  font-weight: 700;
}

.btn:not([data-osc-product='shop-form-selection-button']) {
  border-radius: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}

[data-element-id='gallery-item-heading'] {
  font-size: 1.5rem;
  line-height: 2rem;
}

/* MEETINGS GROUP */
[data-osc='meetings-group'] h2 {
  font-size: 20px !important;
}

[data-osc='meetings-group'] > div > div {
  max-width: none;
}

@media (min-width: 768px) {
  [data-osc='meetings-group'] > div > div {
    max-width: 26rem;
  }
}
