/* Maysan Doha, LXR - dohpaol */

:root {
  --font-sans: 'bookmania';
  --font-headline: 'Linotype Didot';
}

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

@font-face {
  font-family: 'Linotype Didot';
  font-weight: 400;
  font-display: swap;
  src: url('https://www.hilton.com/modules/assets/fonts/didot/regular.ttf');
}

.font-headline {
  font-style: italic !important;
}
