@font-face {
    font-family: 'Material Icons Sharp';
    src: url('./MaterialIconsSharp-Regular.eot');
    src: url('./MaterialIconsSharp-Regular.eot?#iefix') format('embedded-opentype'), url('./MaterialIconsSharp-Regular.woff2') format('woff2'), url('./MaterialIconsSharp-Regular.woff') format('woff'), url('./MaterialIconsSharp-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Material Icons Two Tone';
    src: url('./MaterialIconsTwoTone-Regular.eot');
    src: url('./MaterialIconsTwoTone-Regular.eot?#iefix') format('embedded-opentype'), url('./MaterialIconsTwoTone-Regular.woff2') format('woff2'), url('./MaterialIconsTwoTone-Regular.woff') format('woff'), url('./MaterialIconsTwoTone-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Material Icons Outlined';
    src: url('./MaterialIconsOutlined-Regular.eot');
    src: url('./MaterialIconsOutlined-Regular.eot?#iefix') format('embedded-opentype'), url('./MaterialIconsOutlined-Regular.woff2') format('woff2'), url('./MaterialIconsOutlined-Regular.woff') format('woff'), url('./MaterialIconsOutlined-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Material Icons';
    src: url('./MaterialIcons-Regular.eot');
    src: url('./MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), url('./MaterialIcons-Regular.woff2') format('woff2'), url('./MaterialIcons-Regular.woff') format('woff'), url('./MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Material Icons Round';
    src: url('./MaterialIconsRound-Regular.eot');
    src: url('./MaterialIconsRound-Regular.eot?#iefix') format('embedded-opentype'), url('./MaterialIconsRound-Regular.woff2') format('woff2'), url('./MaterialIconsRound-Regular.woff') format('woff'), url('./MaterialIconsRound-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-sharp {
    font-family: 'Material Icons Sharp';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-two-tone {
    font-family: 'Material Icons Two Tone';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}