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

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

.ipyicon-ig:before {
    content: "\e900";
}
.ipyicon-fb:before {
    content: "\e901";
}
.ipyicon-spotify:before {
    content: "\e902";
}
.ipyicon-lotus:before {
    content: "\e903";
}
.ipyicon-close:before {
    content: "\e904";
}
.ipyicon-arrow:before {
    content: "\e905";
}

