@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('./material-symbols-rounded.woff2') format('woff2');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('./material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-rounded,
.material-icons-round {
    font-family: 'Material Symbols Rounded' !important;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

.material-symbols-rounded,
.material-symbols-outlined,
.material-icons-round {
    font-weight: 400;
    font-style: normal !important;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    width: 1em;
    min-width: 1em;
    height: 1em;
    overflow: hidden;
    flex-shrink: 0;
}

html.material-symbols-failed .material-symbols-rounded,
html.material-symbols-failed .material-symbols-outlined,
html.material-symbols-failed .material-icons-round {
    color: transparent !important;
}
