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

.icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    font-family: "Material Symbols Rounded";
    -webkit-font-feature-settings: "liga";
    letter-spacing: normal;
    direction: ltr;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 20;
}

.icon--24 {
    font-size: 24px;
    font-variation-settings: "opsz" 24;
}

.icon--200 {
    font-variation-settings: "wght" 200;
}

.icon--300 {
    font-variation-settings: "wght" 300;
}

.icon:before {
    display: inherit;
}

.icon--mail:before {
    content: "\e158";
}

.icon--menu:before {
    content: "\e5d2";
}

.icon--near-me:before {
    content: "\e569";
}

.icon--close:before {
    content: "\e5cd";
}

.icon--search:before {
    content: "\e8b6";
}

.icon--account-tree:before {
    content: "\e97a";
}

.icon--phone-enabled:before {
    content: "\e9cd";
}

.icon--accessibility-new:before {
    content: "\e92c";
}

.icon--keyboard_arrow_down:before {
    content: "\e313";
}

.icon--keyboard_arrow_left:before {
    content: "\e314";
}

.icon--keyboard_arrow_right:before {
    content: "\e315";
}

.icon--keyboard_arrow_up::before {
    content: "\e316";
}

.icon--arrow_left_alt:before {
    content: "\e940";
}

.icon--arrow_right_alt:before {
    content: "\e941";
}

.icon--topic:before {
    content: "\f1c8";
}

.icon--person:before {
    content: "\e7fd";
}

.icon--account_circle:before {
    content: "\e853";
}
