@import url(global.css);
@import url(utility.css);
@import url(header.css);
@import url(search.css);
@import url(footer.css);

h2{
    color: var(--text-primary); font-family: var(--ff-alternative); font-weight: 600; margin-bottom: 4rem;
}

h3{
    color: var(--text-primary); font-family: var(--ff-header); font-weight: 600; margin-bottom: 4rem;
    font-size: var(--text-sm);
    padding-bottom: 1rem;
}

img:not(.custom-logo){
    padding-bottom: 1rem;
}
.wp-block-group{
    gap: 2rem;
}