/* Booked v2.0.6 - icons.css */
@font-face {
    font-family: 'booked-icons';
    src: url('../fonts/booked-icons.eot');
    src: url('../fonts/booked-icons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/booked-icons.woff') format('woff'),
         url('../fonts/booked-icons.ttf') format('truetype'),
         url('../fonts/booked-icons.svg#booked-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="booked-icon-"], [class*=" booked-icon-"] {
    font-family: 'booked-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.booked-icon-arrow-left:before { content: "\e600"; }
.booked-icon-arrow-right:before { content: "\e601"; }
.booked-icon-clock:before { content: "\e602"; }
.booked-icon-calendar:before { content: "\e603"; }
.booked-icon-user:before { content: "\e604"; }
.booked-icon-check:before { content: "\e605"; }
.booked-icon-close:before { content: "\e606"; }
.booked-icon-star:before { content: "\e607"; }
.booked-icon-spinner:before { content: "\e608"; }
