/*
 * CRM Fonts — فونت‌های مستقل برای ساب‌دامین
 * crm.system32.icu
 */

/* IRANSans Regular */
@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSans-Edit.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* IRANSans Bold */
@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSansBold-Edit.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --iransans-font-stack: 'IRANSans', 'Tahoma', 'Arial', sans-serif;
}

*, body, html,
input, textarea, select, button,
.form-control, .form-select, .btn,
h1, h2, h3, h4, h5, h6,
table, th, td,
.modal, .card, .alert, .badge,
.dropdown-item, .nav-link {
    font-family: var(--iransans-font-stack) !important;
}

body, html {
    font-size: 14px;
    line-height: 1.6;
    direction: rtl;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.4;
}
