@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?12345678');
    src: url('../fonts/fontello.eot?12345678#iefix') format('embedded-opentype'),
         url('../fonts/fontello.woff2?12345678') format('woff2'),
         url('../fonts/fontello.woff?12345678') format('woff'),
         url('../fonts/fontello.ttf?12345678') format('truetype'),
         url('../fonts/fontello.svg?12345678#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;  /* ← add this line */
  }
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /* margin-right: .2em; */
    text-align: center;
    line-height: 1em;
  }

.icon-home:before { content: '\e801'; }              /* Home */
.icon-menu:before { content: '\f0c9'; }              /* Menu (fa-bars) */
.icon-angle-circled-left:before { content: '\f137'; }  /* Angle Circled Left */
.icon-angle-circled-right:before { content: '\f138'; } /* Angle Circled Right */
.icon-instagram:before { content: '\f16d'; }         /* Instagram */
.icon-cab:before { content: '\f1b9'; }               /* Cab */
.icon-whatsapp:before { content: '\f232'; }          /* WhatsApp */
.icon-bed:before { content: '\f236'; }               /* Bed */
.icon-bath:before { content: '\f2cd'; }              /* Bath */
.icon-youtube:before { content: '\f315'; }           /* YouTube */

  
