/*
Theme Name: MyTaxesPA Child
Theme URI: https://mytaxespa.com
Description: Custom child theme for MyTaxesPA based on Twenty Twenty-Four.
Author: Samuel Vierling
Template: twentytwentyfour
*/

/* Parent theme loads first, child overrides below */

/* Rounded controls */
input,
button,
.wp-block-button__link {
  border-radius: 6px;
}

/* Pill-shaped search bar */
.wp-block-search__input {
  border-radius: 24px !important;
  padding: 0.8rem 1.2rem;
}

/* Ensure hero headline stands out */
h1 {
  font-size: 4rem;
  line-height: 1.2;
}
