@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Viga&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Times New Roman', Times, serif !important;
}
.w-full{
    width: 100% !important;
}
.h-full{
    height: 100% !important;
}

html,body{
    width: 100vw;
    overflow-x: hidden !important;
}
.bg-lightwhite{
    background-color: #ebf4fe !important;
}

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

/* .w-journal-card {
    width: 95vw;
    }
    
    @media (min-width: 992px) {
        
    .w-journal-card {
        width: 70%;
        }
        } */

        .truncate-2-lines {
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Limit to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
}

.divider {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.divider::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, #007bff, #6610f2);
    margin: 10px auto;
    border-radius: 10px;
}

/* #journalList{
    scroll-margin-top: 15rem;
    } */
    
    
body *{
    font-family:'Times New Roman', Times, serif !important;
}