/* === Bangla Font Declaration === */
@font-face {
    font-family: 'kalpurushregular';
    src: url('fonts/kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* === Apply the Font to Specific Elements === */
.ihb-block h5,
.ihb-block p,
.ihb-block a {
    font-family: 'kalpurushregular', sans-serif !important;
    color: inherit; /* থিমের default color নেবে */
    text-decoration: inherit;
}

.ihb-block .ihb-image {
    height: 220px;
    width: 220px;
}

.ihb-block .ihb-details {
    display: none;
    margin-top: 10px;
}

.ihb-block .ihb-toggle-details {
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
}
