@font-face {
    font-family: "Plantin";
    src: url("/Plantin.woff2") format("woff2");
}

body {
    background-color: #E7E2DF;
    max-width: 600px;
    margin: 0;
    padding: 0;
}

.container {
    margin-left: 20px;
    margin-right: 20px;
}

.done {
    text-decoration: line-through;
}

.reading-list {
    display: flex;
    flex-direction: row;
}

p, a {
    font-family: "Plantin", serif;
    line-height: 1.5;
    font-size: 18px;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: "Plantin";
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

.nav {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.centered {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}