/* https://fonts.google.com/icons?icon.style=Rounded&icon.set=Material+Icons */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    /* src: url(/assets/icon/outlined.otf) format('truetype'); */
    src: url(/assets/admin/icon/regular.ttf) format('truetype');
    /* src: url(/assets/icon/two-tone.otf) format('truetype'); */
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: lighter;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: var(--iconColor);
}
