/*
Theme Name: MagPress Lite
Theme URI: https://example.com/magpress-lite
Author: You
Author URI: https://example.com
Description: Ultra-fast, JS-free magazine theme with WPBakery elements and CLS-safe grids.
Version: 1.0.2
License: GPL-2.0-or-later
Text Domain: magpress
*/

:root{
  --mp-color-text:#111111;
  --mp-color-title:#000000;
  --mp-color-anchor:#0a58ca;
  --mp-color-header-top:#f5f5f5;
  --mp-color-header:#ffffff;
  --mp-color-footer:#0f0f0f;
  --mp-maxw:1200px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--mp-color-text);
  background:#fff;
  font:16px/1.55 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
img{max-width:100%;height:auto;display:block}
figure{margin:0}
.container{max-width:var(--mp-maxw);margin-inline:auto;padding-inline:16px}
.skip-link{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;background:#000;color:#fff;padding:.5rem 1rem;z-index:10000}
