@font-face
{
    font-family: 'Libre Baskerville';
    src: url('/assets/fonts/baskervville-v1-latin-regular.woff');
}

.wordmark {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    font-size: 3em;
}
