/**
 * Typography Overrides
 * 
 * This file contains overrides for typography styles in the WildApricot theme.
 */

/* H2 and H3 sizes at large screens */
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.5rem;
    }
    
    h3, .h3 {
        font-size: 2rem;
    }
}
