/* Custom styles for dissertation workshop slides */
.reveal h1, .reveal h2, .reveal h3 {
    font-family: 'Crimson Pro', 'Georgia', serif;
    font-weight: 300;
}

.reveal .slides section {
    font-family: 'Work Sans', -apple-system, sans-serif;
    font-weight: 300;
}

/* Title slide sizing */
#title-slide .title {
    font-size: 1.6em;
}

#title-slide .subtitle {
    font-size: 1em;
}

#title-slide .quarto-title-author-name {
    font-size: 0.85em;
}

#title-slide .quarto-title-affiliation,
#title-slide .date {
    font-size: 0.75em;
}
