@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn[wght].ttf') format('truetype');
    font-weight: 100 900;      /* چون variable هست */
    font-style: normal;
    font-display: swap;        /* جلوگیری از CLS */
}

body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    line-height: 1.6;  /* بدون واحد برای CLS بهتر */
    font-feature-settings: "locl";
    font-variant-numeric: normal;
}
