
/* Extra tweaks placed in a separate file so child themes can override easily */
.muted{color:var(--muted)}
/* Ensure WP buttons look like theme buttons */
.wp-block-button__link, input[type=submit], .button {
  background:var(--blue); color:#fff; border-radius:12px; text-decoration:none; border:0; padding:10px 16px;
}
input[type=submit]:hover { background: var(--blue-hover); }
