﻿@font-face {
    font-family: 'IRAN';
    src: url('../webfonts/1-IranSansWeb/IRANSansWeb_Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*:not(i):not([class*="fa"]):not([id="lblWallet"]):not([class*="icon"]):not([class*="material-icons"]):not([class*="bi"]),
input, button, textarea, select {
    font-family: 'IRAN', system-ui, -apple-system, sans-serif !important;
}
 ::-webkit-input-placeholder { color: #ffffff !important; opacity: 0.3 !important; -webkit-text-fill-color: #ffffff !important; }
:-moz-placeholder { color: #ffffff !important; opacity: 0.3 !important; }
::-moz-placeholder { color: #ffffff !important; opacity: 0.3 !important; }
:-ms-input-placeholder { color: #ffffff !important; opacity: 0.3 !important; }
::placeholder { color: #ffffff !important; opacity: 0.3 !important; }
