.fa-aud:before {
     content: "AUD";
     font-family: 'Inter',sans-serif !important;
}
.fa-cad:before {
     content: "CAD";
     font-family: 'Inter',sans-serif !important;
}
.fa-dkk:before {
     content: "DKK";
     font-family: 'Inter',sans-serif !important;
}
.fa-nok:before {
     content: "NOK";
     font-family: 'Inter',sans-serif !important;
}
.fa-sek:before {
     content: "SEK";
     font-family: 'Inter',sans-serif !important;
}
.fa-nzd:before {
     content: "NZD";
     font-family: 'Inter',sans-serif !important;
}
.fa-hkd:before {
  content: "HKD";
  font-family: 'Inter',sans-serif !important;
}
.fa-sgd:before {
    content: "SGD";
    font-family: 'Inter',sans-serif !important;
}
.fa-myr::before {
    content: "MYR";
    font-family: 'Inter',sans-serif !important;
}
.fa-zar:before {
    content: "R";
    font-family: 'Inter',sans-serif !important;
}
.fa-aed:before {
    content: "AED";
    font-family: 'Inter',sans-serif !important;
}
