@font-face {
    font-family: 'Gerbera';
    src: url('../../fonts/gerbera-bold.woff2') format('woff2'),
        url('../../fonts/gerbera-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gerbera';
    src: url('../../fonts/gerbera-light.woff2') format('woff2'),
        url('../../fonts/gerbera-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gerbera';
    src: url('../../fonts/gerbera-medium.woff2') format('woff2'),
        url('../../fonts/gerbera-medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'linx';
    src:
        url('../../fonts/linx.ttf?ve8t6d') format('truetype'),
        url('../../fonts/linx.woff?ve8t6d') format('woff'),
        url('../../fonts/linx.svg?ve8t6d#linx') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

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

.licon-phone:before {
    content: "\e900";
}

.licon-email:before {
    content: "\e901";
}

.licon-close:before {
    content: "\e909";
}

.licon-linkedin:before {
    content: "\e902";
}

.licon-twitter:before {
    content: "\e904";
}

.licon-facebook:before {
    content: "\e905";
}

.licon-pinterest:before {
    content: "\e906";
}

.licon-download:before {
    content: "\e907";
}

.licon-home:before {
    content: "\e908";
}

.licon-search:before {
    content: "\e903";
}