/*
Theme Name: Magazines World
Theme URI: https://www.magazinesworld.org/
Author: Compare SEO
Author URI: https://www.magazinesworld.org/
Description: Magazines World is a fast, SEO-first, fully customizable magazine & guest-blogging WordPress theme with a bold, modern design (Poppins + Inter) and a clean, high-contrast reading experience. Built on five principles - Fast (Core Web Vitals optimized), SEO-First (clean, crawlable, semantic code), Flexible (no-code backend customization), Accessible (WCAG-friendly & responsive), and Scalable (blogs, education, news, travel & niche sites). Includes header/footer builders, modular post sections with WYSIWYG editors, E-E-A-T author + reviewer boxes, dual publish/update dates, and full ad support. Compatible with Yoast SEO and Rank Math.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magazines-world
Tags: blog, news, magazine, education, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready, full-width-template, block-styles, editor-style
*/

/*
  Note: The full compiled front-end styles live in assets/css/main.css (enqueued
  by inc/enqueue.php). This file carries the required theme header and a small
  set of base fallbacks so the theme renders even before assets load.
*/

:root{
  --mw-ink:#1D1D2B;
  --mw-ink-soft:#79798F;
  --mw-canvas:#FFFFFF;
  --mw-cream:#FBFAF7;
  --mw-surface:#F6F5FB;
  --mw-border:#ECEAF3;
  --mw-violet:#6D5EF6;
  --mw-violet-dark:#5A46E8;
  --mw-rose:#F65E9C;
  --mw-updated:#0E9E78;
}

body{
  margin:0;
  font-family:'Inter','Segoe UI',system-ui,-apple-system,sans-serif;
  color:var(--mw-ink);
  background:var(--mw-canvas);
  line-height:1.6;
}

.mw-skip-link{position:absolute;left:-9999px;top:auto;}
.mw-skip-link:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:10px 16px;border-radius:8px;}
