/*
Theme Name: Exposure 2025
Theme URI: https://admissions.uiowa.edu/
Description: Photography-focused child theme of Experience Iowa 2025 with gallery layouts (grid, masonry) and lightbox.
Author: UI Admissions
Author URI: https://admissions.uiowa.edu/
Template: experienceiowa2025
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exposure2025
*/

/* Child theme overrides can be added below */

h1,
h1.wp-block-heading,
h1.entry-title,
.wp-block-post-title {
    font-family: "Antonio", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}

h2, h2.wp-block-heading,
h3, h3.wp-block-heading,
h4, h4.wp-block-heading,
h5, h5.wp-block-heading {
    font-family: 'Zilla Slab', serif !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

h2, h2.wp-block-heading { font-size: 2.25rem !important; }
h3, h3.wp-block-heading { font-size: 1.75rem !important; }
h4, h4.wp-block-heading { font-size: 1.5rem !important; }
h5, h5.wp-block-heading { font-size: 1.25rem !important; }

body a {
    color: #0A84FF;
    text-decoration: underline;
}

body a:hover,
body a:focus {
    color: #0867cf; /* Slightly darker blue on hover to replace gold */
    text-decoration: underline;
    background-color: transparent;
}