@font-face {
    font-family: 'TrNFont1';
    src:
        url('/fonts/IRANSansWeb_FaNum.woff2') format('woff2'),
        url('/fonts/IRANSansWeb_FaNum.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'TrNFont1', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, "Noto Sans", sans-serif !important;
}