/* Import font definitions */
@import url('fonts/fonts.css');

body {
    background: #FBE8D5;
    font-family: 'Corfella Phantom Serif';
    font-weight: 100;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-feature-settings: "dlig" 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
}

.page {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px;
}


.turn strong {
    font-weight: bold;
}

.turn {
    font-size: clamp(1rem, 8vw, 4rem);
    /* font-size: 4rem; */
    max-width: 730px;
    color: #6F3904;
    /* line-height: 4.5rem; */
    line-height: clamp(1.5rem, 110%, 4.5rem);
}