/* Recommended icon sizes */
span.material-symbols-rounded.size-20 {
    font-size: 20px;
    font-variation-settings: 'OPSZ' 20;
}
span.material-symbols-rounded.size-24 {
    font-size: 24px;
    font-variation-settings: 'OPSZ' 24;
}
span.material-symbols-rounded.size-40 {
    font-size: 40px;
    font-variation-settings: 'OPSZ' 40;
}
span.material-symbols-rounded.size-48 {
    font-size: 48px;
    font-variation-settings: 'OPSZ' 48;
}