/*
Theme Name: spgtechsoft
Author: Ajeet Jai
Description: Custom WordPress theme for spgtechsoft blogs and post detail pages.
Version: 1.2
Requires at least: 5.5
Tested up to: 6.8
Requires PHP: 7.2
Text Domain: spgtechsoft
*/

/* -----------------------------------------------------------------------------
   This file holds the WordPress theme header (required by WP) plus a few small
   base rules. The full visual design is delivered through the original SPGtechsoft
   stylesheets in /css (header.css, main.css, all-page.css, responsive.css,
   career.css) and the blog-specific styles in /css/blog.css, all enqueued from
   functions.php. Keep design tokens consistent with the source site.
-------------------------------------------------------------------------------*/

:root {
  --navy: #1B2255;
  --purple: #261D74;
  --orange: #E17B1D;
  --white: #FFFFFF;
  --gray: #F4F4F8;
  --text: #333344;
  --text-muted-custom: #858688;
}

/* WordPress core alignment/caption helpers (kept minimal) */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: var(--text-muted-custom); text-align: center; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}
.sticky, .gallery-caption, .bypostauthor { /* required WP classes */ }
