
/*
Theme Name: BlueGrid
Theme URI: https://example.com/bluegrid
Author: ChatGPT
Author URI: https://openai.com
Description: Clean, corporate WordPress theme in white & blue tones with a card/grid layout that is consistent on homepage, category, archive, and search pages. Fully responsive, Gutenberg-ready, and supports core WordPress features.
\g<1>1.0.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluegrid
Tags: blog, news, grid, two-column, custom-logo, custom-menu, featured-images, footer-widgets, accessibility-ready
*/

/* Use a tiny baseline so WP loads this file; main styles live in assets/css/main.css */
:root {
  --bg: #ffffff;
  --fg: #0f172a;          /* slate-900 */
  --muted: #475569;       /* slate-600 */
  --card: #ffffff;
  --border: #e2e8f0;      /* slate-200 */
  --brand: #1e3a8a;       /* blue-900 */
  --brand-2: #2563eb;     /* blue-600 */
  --brand-3: #60a5fa;     /* blue-400 */
  --radius: 16px;
  --shadow: 0 8px 24px rgba(0,0,0,.06);
  --container: 1160px;
}

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
img { max-width: 100%; height: auto; }
a { color: var(--brand-2); text-decoration: none; }
a:hover { text-decoration: underline; }
.screen-reader-text { position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden; }
