@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/YekanBakhFaNum-Light.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/YekanBakhFaNum-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/YekanBakhFaNum-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 31, 51) !important;
    border: 2px solid rgb(0, 31, 51) !important;
    border-radius: 500px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 31, 51) !important;
}

a {
    text-decoration: none;
}

 .breadcrumb-wrapper li {
    font-size: 12px;
    color: rgb(115, 124, 127);
}

.breadcrumb-wrapper a {
    text-decoration: none;
    color: rgb(115, 124, 127);
}

.breadcrumb-wrapper li.active {
    color: #926c15;
}

.page-container {
    max-width: 1300px;
}