/* =========================================
   Catalog Page Template Styles
   Scoped to .page-template-wp-custom-template-catalog-page
   (body class WordPress adds automatically
   when a page uses this template)
   ========================================= */

/* --- Typography overrides --- */

.page-template-wp-custom-template-catalog-page h2 {
    font-size: var(--wp--preset--font-size--x-large);
}

.page-template-wp-custom-template-catalog-page h3 {
    font-size: var(--wp--preset--font-size--large);
}
