


@font-face {
    font-family: 'SoftNum';
    src: url('https://sunz.ir/Files/soft_num.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Vazirmatn';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'JetBrains Mono';
    src: url('https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}


html {
    font-size: 16px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'SoftNum', 'Vazirmatn', 'Segoe UI', Tahoma, system-ui, sans-serif;
    font-feature-settings: 'ss01' on, 'ss02' on;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.02em;
}


code, pre, kbd, samp,
.font-mono {
    font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
}


.fa-nums {
    font-variant-numeric: tabular-nums;
}


.text-balance {
    text-wrap: balance;
}


strong, b {
    font-weight: 800;
}


small, .text-sm {
    font-size: 0.875rem;
}


.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}


.lead {
    font-size: 1.15rem;
    line-height: 1.8;
}
