/*
Theme Name: Ezoic Live
Theme URI: https://ezoiclive.org
Author: Ezoic Engineering Team
Author URI: https://ezoiclive.org/team
Description: Premium, production-ready WordPress magazine theme tailored for insurance publications, financial journals, and high-EEAT blogs. Features Schema JSON-LD markup, built-in TOC, AdSense placeholders, and mobile responsive layouts.
Version: 3.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, accessibility-ready, grid-layout, news, blog
Text Domain: ezoic-live
*/

:root {
  --ig-primary: #1e3a8a;
  --ig-secondary: #0f766e;
  --ig-accent: #d97706;
  --ig-dark: #0f172a;
  --ig-light: #f8fafc;
  --ig-text: #334155;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ig-text);
  background-color: var(--ig-light);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 3rem 0;
  margin-top: 4rem;
}
