@import url('https://uenluom.com/static/css/MaterialSymbolsOutlined_uenluomComAppsHtml.css');
.qualifier { 
    font-family: 'Material Symbols Outlined';
    font-size: 0.75em;
     font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 40;
}

.nobullet li::marker {
    content: '';
}

.nonfree::before {
    content: 'paid';
} 

.free::before {
    content: 'money_off';
} 

.closedsource::before {
    content: 'code_off'; 
} 

.opensource::before {
    content: 'code';
} 
