h1 {
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

h2 {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
}

.subtitle {
    font-size: 17px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-weight: 300;
}
