/*
Theme Name: Canon University
Theme URI: https://canonuniversity.com
Description: Canon University child theme built on Kadence. Staff-editable marketing site (navy/gold/cream, Garamond + Inter). Bespoke interactivity lives in the Next.js /landing + portal layer. Custom Gutenberg blocks for signature sections live in /blocks.
Author: Nexgen Business Solutions
Author URI: https://nbsincorp.com
Template: kadence
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: canon-university
*/

/* Brand tokens are defined in theme.json (editor + front-end). Add only overrides
   that theme.json cannot express below. Keep this file small — prefer theme.json. */

/* Nexgen footer credit line (see functions.php canon_footer_credit) */
.canon-footer-credit {
  text-align: center;
  padding: 0.9rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  background: var(--canon-navy, #0E1628);
  color: var(--canon-cream, #F0ECE2);
}
.canon-footer-credit a {
  color: var(--canon-gold, #D4AF5F);
  text-decoration: none;
  font-weight: 600;
}
.canon-footer-credit a:hover { text-decoration: underline; }
