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

.material-symbols-rounded,
.cc-material-icon {
    direction: ltr;
    display: inline-block;
    font-family: "Material Symbols Rounded";
    font-feature-settings: "liga";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
