/*
Theme Name: TCBON Keys Theme
Theme URI: https://keys.thecountrybankofneedham.com/
Author: The Country Bank of Needham
Author URI: https://www.thecountrybankofneedham.com/
Description: Classic theme implementing the TCBON Keys design system (topbar/cards/panels) for JWKS, X.509, rotation, and security guidance.
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 7.4
Version: 0.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tcbon-keys-theme
Tags: custom-colors, custom-logo
*/

/* Minimal CSS overrides (site layout is in assets/styles.css) */
:root{ --tcbon-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;
}
