@font-face {
    font-family: 'CIF';
    src: url('./cif.ttf?b6047n') format('truetype'), url('./cif.woff') format('woff'), url('./cif.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.mdi-currency:before {
    font-family: CIF, serif !important;
    content: "\e901" !important;
}
.mdi-xcmg:before {
    font-family: CIF, serif !important;
    content: "\e900" !important;
}
