@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans.eot');
    src: url('../fonts/IRANSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSans.woff2') format('woff2'),
    url('../fonts/IRANSans.woff') format('woff'),
    url('../fonts/IRANSans.ttf') format('truetype');
}

html {
    direction: rtl;
}

body {
    font-family: IRANSans;
}

.bd-dropdown select {
    padding: 0 2rem 0 0;
}
.bd-title {
    font-size: 12px;
}
strong.title {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 1rem;
}
strong.main-title {
    text-align: center;
    font-size: 20px;
    border-bottom: 5px solid lightgrey;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.text-justify {
    text-align: justify;
    direction: rtl;
}
.modal-title {
    font-size: 1.1rem;
}
