
@font-face {
    font-family: Vazirmatn;
    /*  src: url(/Fonts/BRoya.woff),url(/Fonts/BRoya.ttf),url(/Fonts/BRoya.eot)*/
    src: url(../Fonts/Yekan.woff),url(../Fonts/Yekan.ttf),url(../Fonts/Yekan.eot)
}
body {
    font-family: 'Vazirmatn', sans-serif;
}

.tree-view {
    list-style-type: none; none;
    padding-right: 20px;
}

.tree-view li {
    margin-bottom: 10px;
}

.tree-view .nested {
    display: none; none;
}

.tree-view .nested.active {
    display: block; block;
}

.blog-card {
    transition: box-shadow 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}