@font-face {
    font-family: kiva fontti;
    src: url(RobotoCondensed-VariableFont_wght.ttf);
}

body {
    font-family: kiva fontti;
    background-color: rgb(255, 219, 225);
    text-align: justify;
    hyphens: auto;
}

.container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 175, 199);
    padding: 10px 7%;
}

h1, h2, h3 {
    hyphens: manual;
}

h2, h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

li {
    margin-bottom: 0.5em;
}

ul {
    padding-left: 1em;
}

p {
    margin-bottom: 0;
}

p + p {
    margin-top: 0;
    text-indent: 2em;
}