/**
 * mytngstyle.css - Your Custom Overrides
 * 
 * Put your personal style tweaks here. This file loads LAST and
 * won't be overwritten during TNG upgrades.
 *
 * Examples:
 *
 * Change the accent color:
 *   :root { --tng-color-accent: #8B4513; }
 *
 * Use a different heading font:
 *   :root { --tng-font-display: 'Playfair Display', serif; }
 *
 * Make the header background darker:
 *   .tng-site-header { background: rgba(0,0,0,0.95); }
 *   .tng-site-title { color: #fff; }
 */
