
@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Estedad';
    src: url('/SajapaApp/assets/fonts/Estedad-Black.ttf') format('truetype');
    font-weight: 900;
}

body {
    /* direction: rtl; */
    text-align: right;
    font-family: 'Estedad', sans-serif;
    font-wieght: 400;
}

h1 {
    direction: rtl;
    font-family: 'Estedad', sans-serif;
    font-weight: 800;
}

h2 {
    direction: rtl;
    font-family: 'Estedad', sans-serif;
    font-weight: 700;
}

h3 {
    direction: rtl;
    font-family: 'Estedad', sans-serif;
    font-weight: 700;
}

h4 {
    direction: rtl;
    font-family: 'Estedad', sans-serif;
    font-weight: 400;
}

p {
    direction: rtl;
    font-family: 'Estedad', sans-serif; /* تنظیم فونت */
    font-size: 16px;                    /* تنظیم اندازه فونت */
    color: #333;                        /* تنظیم رنگ متن */
    margin-bottom: 1em;                 /* تنظیم فاصله پایین پاراگراف */
    line-height: 1.6;                   /* تنظیم ارتفاع خط */
    text-align: justify;                /* تنظیم ترازبندی متن */
    padding: 10px;                      /* تنظیم پدینگ */
}
