body {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    letter-spacing: -0.05em;
    font-weight: 700;
    font-style: normal;
    background-color: white;
    color: #f5f5f5;
    overflow-y: auto;
}

/* Override Tailwind's heading defaults */
h1, h2, h3, h4, h5, h6 {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font-eb-garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-josefin-sans{
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

nav a {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font-title,
.font-body {
    font-family: "EB Garamond", serif;
    font-style: normal;
    font-weight: 400;
}

.font-eb-garamond,
.font-josefin-sans,
.font-ambroise,
.font-modernline {
    filter: blur(0.5px);
}
