/* stylelint-disable */

@font-face {
  font-family: 'ptl-icons';
  src:
    url('ptl-icons.ttf?afhloc') format('truetype'),
    url('ptl-icons.woff?afhloc') format('woff'),
    url('ptl-icons.svg?afhloc#ptl-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ptl {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ptl-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ptl-arrow-right-light:before {
  content: "\e900";
}
.ptl-bed:before {
  content: "\e901";
}
.ptl-breakfast:before {
  content: "\e902";
}
.ptl-clock:before {
  content: "\e903";
}
.ptl-dinner:before {
  content: "\e904";
}
.ptl-kids:before {
  content: "\e905";
}
.ptl-phone:before {
  content: "\e906";
}
.ptl-plane:before {
  content: "\e907";
}
.ptl-transport:before {
  content: "\e908";
}
.ptl-wifi:before {
  content: "\e909";
}
.ptl-wine-list:before {
  content: "\e90a";
}
.ptl-book:before {
  content: "\e90b";
}
.ptl-bike:before {
  content: "\e90c";
}
.ptl-dumbbell:before {
  content: "\e90d";
}
.ptl-swimmer:before {
  content: "\e90e";
}
.ptl-water:before {
  content: "\e90f";
}
.ptl-bar:before {
  content: "\e910";
}
.ptl-cocktail:before {
  content: "\e911";
}
.ptl-seniors:before {
  content: "\e912";
}
