@font-face {
    font-family: 'janna-graphie';
    src: local('Janna-Graphie Regular'), url(Janna\ LT\ Regular.ttf) format('opentype');
    font-weight: 400;
    font-style: normal
}
*{
    font-family:'janna-graphie' !important;
    font-weight: 400 !important;
}
.table-responsive {
overflow-x: visible !important;
}