/* Import Vazir font */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Regular.woff2') format('woff2'),
         url('../fonts/Vazir-Regular.woff') format('woff'),
         url('../fonts/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Style for the summary title */
.summary-title {
    font-family: 'Vazir', sans-serif;
    font-size: 18px;
    color: #343435;
    padding: 10px;
    border-radius: 5px;
    background-color: #a4ccfa;
    text-align: right;
    margin: 20px 0;
}

/* Style for the summary text */
.summary-text {
    font-family: 'Vazir', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 10px 0;
    font-weight: bold;
    text-align: justify; 
}

/* Style for the error message */
.summary-error {
    font-family: 'Vazir', sans-serif;
    font-size: 16px;
    color: #ff0000;
    margin: 10px 0;
}
