@charset "UTF-8";
@font-face {
    font-family: 'Material Symbols';
    font-style: normal;
    src:
        local('☺'),
        url('../resources/fonts/MaterialSymbols.woff2') format('woff2');
}

i {
    font-family: 'Material Symbols';
    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;
}

i:empty {
    width: 24px;
    height: 24px;
}
