/*
Theme Name: Prairie Dog Plumbing
Theme URI: https://prairiedogplumbing.com
Description: Child theme of Twenty Twenty-Five with Prairie Dog Plumbing branding (orange/gold palette).
Author: Prairie Dog Plumbing
Template: twentytwentyfive
Version: 1.0.0
Text Domain: pdp
*/

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Button hover polish */
.wp-block-button__link:hover {
  filter: brightness(0.95);
  text-decoration: none;
}
