/*! 
* @package OPTEL Icons
* @version 1.0.1 
* @author Agnieszka Bicz
* @copyright Copyright (c) 2021 OPTEL 
* 
*/
@font-face
{
    font-family: 'opicons';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/ORCIDiD.svg?#opicons') format('svg');
    src: url('../fonts/researchgate.svg?#opicons') format('svg');
    src: url('../fonts/directindustry.svg?#opicons') format('svg');
}
.op
{
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.op-op_di{
    content: "\e9d5";
  }
