@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/IRANYekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../../fonts/IRANYekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'), url('../../fonts/IRANYekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'), url('../../fonts/IRANYekan/woff/iranyekanwebbold(fanum).woff') format('woff'), url('../../fonts/IRANYekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/IRANYekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../../fonts/IRANYekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), url('../../fonts/IRANYekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), url('../../fonts/IRANYekan/woff/iranyekanwebregular(fanum).woff') format('woff'), url('../../fonts/IRANYekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype')
}

body {
    font-family: iranyekan,Tahoma;
}
.bg-current{
    background: green ;
}


h1{
    font-size: 150%;
}
h2{
    font-size: 140%;
}
h3{
    font-size: 130%;
}

.is_faved .heart{
    color:red;
}
/*-- Alert */
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
