@font-face {
  font-family: 'Floating Lotus Custom Icons';
  src: url('fonts/floating-lotus-icons.woff') format('woff'),
       url('fonts/floating-lotus-icons.ttf') format('truetype'),
       url('fonts/floating-lotus-icons.svg#FloatingLotusIcons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fl-lotus-icon-"], [class*=" fl-lotus-icon-"] {
  font-family: 'Floating Lotus Custom Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl-lotus-icon-martini:before {
  content: "\e900";
}
.fl-lotus-icon-no-fixed-seating:before {
  content: "\e901";
}
