@import "fonts/IRANFamilyTypeface/webfonts/css/fontiran.css";

*, html, body, html:focus-within {
    scroll-behavior: smooth !important;
}

body {
    font-family: IRAN, sans-serif;
    /* بهتر شدن رندر فونت در ویندوز */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
    .lg\:text-5xl {
        line-height: 1.6 !important;
    }
}