@font-face {
    font-family: 'bette-midler-icons';
    src:
        url('fonts/bette-midler-icons.ttf?nsnotm') format('truetype'),
        url('fonts/bette-midler-icons.woff?nsnotm') format('woff'),
        url('fonts/bette-midler-icons.svg?nsnotm#bette-midler-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bette-midler-icons' !important;
    speak: none;
    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;
}

.icon-hamburger-menu-x:before {
    content: "\e900";
}
.icon-hamburger-menu:before {
    content: "\e901";
}

