@font-face {
    font-family: 'BYekan';
    src: url('fonts/byekan.ttf') format('truetype');
}

@font-face {
    font-family: 'BKoodak';
    src: url('fonts/bkoodak.ttf') format('truetype');
}

@font-face {
    font-family: 'Yekan';
    src: url('fonts/yekan.ttf') format('truetype');
}

@font-face {
    font-family: 'BNazanin';
    src: url('fonts/bnazanin.ttf') format('truetype');
}

body {
    direction: rtl;
    font-family: 'BKoodak', 'BYekan', 'Yekan', sans-serif !important;
}

h1, h2, h3 {
    font-family: 'BKoodak', 'BYekan', 'Yekan', sans-serif !important;
}

p, input, button, label, textarea {
    font-family: 'BKoodak', 'BYekan', 'Yekan', sans-serif !important;    
}

input[readonly] {
    background-color: #fcf3cf !important; /* Light gray color */
    color: #424949 !important; /* Optional: Darker text for better readability */
    cursor: not-allowed !important; /* Optional: Indicates the field is not editable */
}

td.text{
    text-align: center;
}
