@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot?2oyzrd');
    src:
        url('icomoon.eot?2oyzrd#iefix') format('embedded-opentype'),
        url('icomoon.ttf?2oyzrd') format('truetype'),
        url('icomoon.woff?2oyzrd') format('woff'),
        url('icomoon.svg?2oyzrd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-fb:before {
    content: '\e909';
}
.icon-arrow-right:before {
    content: '\e900';
}
.icon-bottle:before {
    content: '\e901';
}
.icon-recycle:before {
    content: '\e907';
}
.icon-leaf:before {
    content: '\e902';
}
.icon-phone-outlined:before {
    content: '\e903';
}
.icon-phone:before {
    content: '\e904';
}
.icon-pill:before {
    content: '\e905';
}
.icon-pin:before {
    content: '\e906';
}
.icon-search:before {
    content: '\e908';
}
