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

[class^="ic-"], [class*=" ic-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ic' !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;
}

.ic-contact:before {
    content: "\e900";
}
.ic-loupe:before {
    content: "\e901";
}
.ic-pdf:before {
    content: "\e902";
}
.ic-pen:before {
    content: "\e903";
}

