/*
Theme Name: MJB Consulting Child (TT5)
Theme URI: https://blog.mjbconsulting.org
Author: MJB Consulting
Template: twentytwentyfive
Description: Minimal, brand-matched child theme for MJB Consulting on Twenty Twenty-Five.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: mjb-child
*/

/* Extra tiny polish that complements theme.json */
.wp-site-blocks {
  scroll-behavior: smooth;
}
a:hover { text-decoration: underline; }
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--wp--preset--color--brand); color: var(--wp--preset--color--brand);
}
.wp-block-separator { opacity: .5; }
.wp-block-site-logo img { max-height: 56px; height: auto; }
.wp-block-site-logo.mjb-hero-logo img { max-height: 96px; height: auto; }
