@font-face {
    font-family: "booklium-icons";
    src: url("./booklium-icons.ttf?1c3deac4d35d0f3a27677963edf2c810") format("truetype"),
url("./booklium-icons.woff?1c3deac4d35d0f3a27677963edf2c810") format("woff"),
url("./booklium-icons.woff2?1c3deac4d35d0f3a27677963edf2c810") format("woff2");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: booklium-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\f101";
}
.icon-arrow-right:before {
    content: "\f102";
}
.icon-bed:before {
    content: "\f103";
}
.icon-calendar:before {
    content: "\f104";
}
.icon-checklist:before {
    content: "\f105";
}
.icon-checkmark:before {
    content: "\f106";
}
.icon-children:before {
    content: "\f107";
}
.icon-guests:before {
    content: "\f108";
}
.icon-info:before {
    content: "\f109";
}
.icon-size:before {
    content: "\f10a";
}
.icon-star:before {
    content: "\f10b";
}
.icon-view:before {
    content: "\f10c";
}
