@font-face {
    font-family: 'Custom Material Icons';
    font-display: swap;
    src: url('../fonts/material-icons.woff') format('woff');
}
.custom-material-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Custom Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
