@font-face {
    font-family: "IRANSans";
    src: url("/fonts/IRANSans.woff2") format("woff2"),
         url("/fonts/IRANSans.woff") format("woff"),
         url("/fonts/IRANSans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("/fonts/IRANSans.woff2") format("woff2"),
         url("/fonts/IRANSans.woff") format("woff"),
         url("/fonts/IRANSans.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: "IRANSans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
