@font-face {
    font-family: "Roboto Flex";
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url("./roboto-flex.ttf") format("truetype");
}

@font-face {
    font-family: "Material Symbols Rounded";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("./material-symbols-rounded.ttf?v=20260822-1") format("truetype");
}

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