/*
Theme Name: RankAlSEO Blog
Theme URI: https://rankalseo.com
Author: Baldiv OÜ
Author URI: https://baldiv.com
Description: Official blog theme for rankalseo.com — matches the main site design with Manrope typography, clean editorial layout, and full RankAl SEO plugin integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: rankalseo-blog
*/

/* === RESET & ROOT === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
:root{
  --blue:#0052ff;--blue-dark:#0040cc;--blue-light:#e8eeff;--blue-mid:#4d7fff;
  --ink:#0d0f14;--ink2:#1e2228;--body:#374151;--muted:#6b7280;--subtle:#9ca3af;
  --border:#e5e7eb;--border2:#f3f4f6;--bg:#ffffff;--bg2:#f9fafb;--bg3:#f3f4f6;
  --green:#16a34a;--green-bg:#f0fdf4;--orange:#ea580c;--orange-bg:#fff7ed;
  --radius:12px;--radius-lg:20px;
  --max-w:1100px;--content-w:720px;
}
body{background:var(--bg);color:var(--body);font-family:'Manrope',sans-serif;font-size:1rem;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
