@font-face {
    font-family: 'rosecaps';
    src: url('assets/fonts/rosecaps.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'kellyann';
    src: url('assets/fonts/KellyAnnGothic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.book-paragraph {
    font-family: "Oswald";
    font-size: 1.2em;
}

.book-paragraph::first-letter {
    font-family: "kellyann";
    font-size: 4em;
    float: left;
    line-height: 1;
    /*margin-right: 0.2em;
    margin-top: -0.4em; /* Move up */
}