@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    src: url(MaterialSymbolsOutlined.woff2) format("woff");
}
:where(.material-symbols-outlined) {
    --fill: 0;
    --wght: 400;
    --grad: 0;
    --opsz: 24;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    font-variation-settings: "FILL" var(--fill), "wght" var(--wght), "GRAD" var(--grad), "opsz" var(--opsz);
}
:where(.material-symbols-outlined.fill) {
    --fill: 1;
}
:where(.material-symbols-outlined.wght-100) {
    --wght: 100;
}
:where(.material-symbols-outlined.wght-200) {
    --wght: 200;
}
:where(.material-symbols-outlined.wght-300) {
    --wght: 300;
}
:where(.material-symbols-outlined.wght-400) {
    --wght: 400;
}
:where(.material-symbols-outlined.wght-500) {
    --wght: 500;
}
:where(.material-symbols-outlined.wght-600) {
    --wght: 600;
}
:where(.material-symbols-outlined.wght-700) {
    --wght: 700;
}
:where(.material-symbols-outlined.wght-800) {
    --wght: 800;
}
:where(.material-symbols-outlined.wght-900) {
    --wght: 900;
}
