/*
Theme Name: TandT LLC Premium
Theme URI: https://tandtllc.com/
Author: Azeem Ahmed Siddiqui
Author URI: https://tandtllc.com/
Description: Premium, lightweight, secure, and fully editable WordPress theme for TandT LLC — a technology, cybersecurity, engineering, and compliance-assurance company. Built CRM-independent, Elementor + Gutenberg compatible, and modular by design so future TandT plugins (Forms, CRM Bridge, Smart Content, Webinar Manager, Lead Scoring, SEO & Schema, Academy Manager, Resources & Pricing, Blog Tools) attach without editing theme files.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: Proprietary
License URI: https://tandtllc.com/license
Text Domain: tandt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready

TandT LLC Premium is a from-scratch theme. It intentionally avoids page-builder
starter frameworks, large JS libraries, and icon/font libraries. All base
styling lives in assets/css/main.css and is enqueued in inc/enqueue.php; this
file exists to satisfy the WordPress theme header requirement and to hold the
minimal print/reset rules below.
*/

/* Minimal print stylesheet — screen styles live in assets/css/main.css */
@media print {
  .site-header,
  .site-footer,
  .mobile-nav-toggle,
  .skip-link,
  .cta-band,
  .breadcrumbs { display: none !important; }
  body { color: #000; background: #fff; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.85em; }
}
