/* Local literary faces for the Home prologue. See ../fonts/README.md. */
@font-face {
    font-family: "Cormorant Garamond";
    src: url("/assets/fonts/cormorant-garamond/cormorant-garamond-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("/assets/fonts/cormorant-garamond/cormorant-garamond-medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("/assets/fonts/cormorant-garamond/cormorant-garamond-italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Bad Script";
    src: url("/assets/fonts/bad-script/bad-script-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Medium is the only approved Caveat weight for regular poem bodies. */
@font-face {
    font-family: "Caveat";
    src: url("/assets/fonts/caveat/caveat-medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: block;
}
