.text-secondary {
    color: rgba(0, 0, 0, 0.61);
}

.fs12 {
    font-size: 12px;
}

.text-center {
    padding: 2px;
    text-align: center;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/farsi-fonts/IRANSansWeb_UltraLight.woff2') format('woff2');
    /* You can include additional font formats for better browser compatibility */
    font-weight: 300;
}

.font_title_products {
    font-family: IRANSansWeb, serif;
    font-weight: 600;
    padding: 5px;
    font-size: x-large;
}

.chartContainer {
    height: 300px;
    max-width: 920px;
    margin: 0px auto;
}