/* Material Symbols Rounded - Local Font */
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    /* Buộc ẩn chữ cho đến khi font load xong để tránh hiện chữ 'search', 'home' */
    src: url(material-symbols.woff2) format('woff2');
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Triệt để ẩn chữ ligature khi font chưa load xong */
    width: 24px;
    height: 24px;
    overflow: hidden;
    color: transparent;
    text-indent: -999px;
    white-space: nowrap;
}

/* Hiển thị lại icon khi font đã sẵn sàng hoặc đang render */
.material-symbols-rounded {
    text-indent: 0;
    color: inherit;
    width: auto;
    height: auto;
    min-width: 24px;
}