/*
Theme Name: TCBONDcerti® Theme
Theme URI: https://certi.thecountrybankofneedham.com/
Author: The Country Bank of Needham
Author URI: https://www.thecountrybankofneedham.com/
Description: Dedicated block theme for TCBONDcerti® — Digital Certificate & Notary Authority (maroon #840024, examiner-grade layout).
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 7.4
Version: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tcbondcert-theme
Tags: full-site-editing, block-patterns, custom-colors, custom-logo
*/

/* Minimal CSS overrides (block theme uses theme.json for most styling) */
:root{
  --tcbondcert-maroon:#840024;
}
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
.tcbondcert-badge{
  display:inline-block;
  padding: .25rem .5rem;
  border-radius: 999px;
  border:1px solid rgba(0,0,0,.12);
  font-size:.875rem;
}
