@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/materialicons/MaterialIcons.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(../font/materialicons/MaterialIcons-Outlined.woff2) format('woff2');
}


.material-icons {
    font-family: 'Material Icons', sans-serif;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined', sans-serif;
}

.material-icons,
.material-icons-outlined {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    vertical-align: middle;
}
