@font-face {
    font-family: 'ps-icons';
    font-style: normal;
    font-weight: 400;
    src: local('Ps Icons'), local('MaterialIcons-Regular'),
    url(../icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../icons/MaterialIcons-Regular.woff) format('woff');
}

.ps-font-icons {
    font-family: 'ps-icons';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.ps-font-icons,
.ps-font-icons::before {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    /* Preferred icon size */
    vertical-align: middle;
    direction: ltr;
}

.ps-font-icons {
    display: inline-block;
    text-align: center;
}

.ps-font-icons::before {
    display: block !important;
    width: 24px;
    height: 24px;
}

