/*
Theme Name: Trijalsoft Bootstrap SEO
Theme URI: https://www.trijalsoft.com/
Author: Trijalsoft Solutions
Author URI: https://www.trijalsoft.com/
Description: Lightweight Bootstrap 5 WordPress theme with built-in technical SEO (JSON-LD, Open Graph, breadcrumbs, canonicals), accessibility, and clean markup. Ideal for small company sites.
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trijalsoft-bootstrap-seo
Tags: bootstrap, seo, accessibility-ready, blog, custom-logo, custom-menu, featured-images
*/

:root {
  --color-primary: #007BFF;
  --color-secondary: #0A192F;
  --color-accent: #22C55E;
}
.btn-primary {
  background: var(--color-primary);
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}
.btn-primary:hover {
  background: #0056d2;
}
