@font-face {
    font-family: vekkuli;
    src: url(BioRhyme-VariableFont_wdth\,wght.ttf);
}

body{
    font-family: vekkuli, sans-serif;
    background-color: rgb(177, 198, 201);
    text-align: justify;
    hyphens: auto;
}

.container{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 10px 7%;
}

h1, h2, h3{
    hyphens: manual;
    text-align: left;
}

h2, h3{
    margin-top: 30px;
    margin-bottom: 0;
}

li{
    margin-bottom: 0.5em;
}

ul{
    padding-left: 1.5em;
}

p{
    margin-bottom: 0;
}

p + p{
    margin-top: 0;
    text-indent: 2em;
}