@font-face
{
    font-family: Sakkal_Majall_regular;
    src: url('/fonts/Sakkal_Majall_regular.ttf');
}
@font-face
{
    font-family: Sakkal_Majalla_Bold;
    src: url('/fonts/Sakkal_Majalla_Bold.ttf');
}

.Sakkal-light {
    font-family: Sakkal_Majall_regular !important;
}

.Sakkal-Bold {
    font-family: Sakkal_Majalla_Bold !important;
}


.text-with-breaks {
    white-space: pre-line;
}

.text-justify {
    text-align: justify !important;
}

.auto-margin {
margin: 0 auto !important;
}
h1.inner-table-percentage {
    font-size: 8px !important;
}


.chart-percentage h1 {
    font-size: 26px;
    line-height: 30px;
}

.chart-percentage .desc {
    font-size: 14px !important;
}