@font-face {
    font-family:yekan;
    src: url(/static/assets/font/yekan.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family:yekanB;
    src: url(/static/assets/font/yekan-bold.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family:yekanS;
    src: url(/static/assets/font/yekans.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family:yekanSb;
    src: url(/static/assets/font/yekansb.ttf) format("truetype");
    font-display: swap;
}
body {
    font-family: yekanSb;
}
.nav-link {
    font-family: yekanSb;
}
.text-justify {
    text-align: justify;
}
.font-normal{
    font-family: yekan;
    font-weight: bold;
    font-size: 14px;
}
.donate-amount {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #ccc;
    line-height: 65px;
    text-align: center;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.line-height-30 {
    line-height: 30px;
}