@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
.isi {
    background-color: #252525;
    color: #efefef;
    font-family: Inter;
    font-size: 16px;
    line-height: 150%;
}
.warp {
    max-width: 800px;
}
a {
    color: #d0d0d0;
}
a:hover {
    color: #9e9e9e;
}
p {
    text-align: justify;
    text-justify: auto;
    line-break: loose;
}
.li-justity {
    text-align: justify;
    text-justify: inter-word;
    line-break: loose;
}