@font-face {
    font-family: 'YekanBakh';
    src: url('/static/fonts/YekanBakhFaNum-Regular.woff2') format('woff2'),
         url('/static/fonts/YekanBakhFaNum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/static/fonts/YekanBakhFaNum-Bold.woff2') format('woff2'),
         url('/static/fonts/YekanBakhFaNum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/static/fonts/YekanBakhFaNum-Light.woff2') format('woff2'),
         url('/static/fonts/YekanBakhFaNum-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('/static/fonts/YekanBakhFaNum-ExtraBold.woff2') format('woff2'),
         url('/static/fonts/YekanBakhFaNum-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'YekanBakh', sans-serif;
}


input, label, select, textarea, button {
    font-family: 'YekanBakh', sans-serif;
}



.ckeditor-body {
    font-family: 'YekanBakh', sans-serif !important;
    direction: rtl;
    text-align: right;
}


h2 {
    font-size: 20px;
    font-weight: bold;
    color: #343a40;
    margin-top:15px;
    margin-bottom: 5px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #343a40;
    margin-top:15px;
    margin-bottom: 5px;
}

h4, h5, h6 {
    font-size: 14px;
    font-weight: bold;
    color: #343a40;
    margin-top:15px;
    margin-bottom: 5px;
}

p {
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}































.custom-editor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
