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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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-properties:before {
    content: "\e900";
}
.icon-high:before {
    content: "\e901";
}
.icon-map:before {
    content: "\f041";
}
.icon-mail:before {
    content: "\f0e0";
}
.icon-phone:before {
    content: "\f10b";
}
.icon-mail-o:before {
    content: "\f003";
}
.icon-facebook-2:before {
    content: "\f09a";
}
.icon-facebook:before {
    content: "\f082";
}
.icon-twitter:before {
    content: "\ea91";
}
.icon-youtube:before {
    content: "\ea97";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-soundcloud:before {
    content: "\eac4";
}
.icon-codepen:before {
    content: "\eae4";
}
.icon-close:before {
    content: "\e5cd";
}
.icon-arrow-down:before {
    content: "\e5c5";
}
.icon-download:before {
    content: "\e2c4";
}
.icon-share:before {
    content: "\ea7d";
}

