/*
Theme Name: Brookfield
Theme URI: https://brookfieldtraining.com
Author: Shaban Ehsan
Author URI: https://brookfieldtraining.com
Description: Lightweight custom theme for Brookfield Training. Ships a "Full-Width Canvas" page template for custom-designed pages (paste designs into a Custom HTML block). No page-builder or parent-theme dependency.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
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: brookfield
*/

/* Minimal, fast base styles. The canvas pages bring their own scoped CSS. */
:root{--bf-ink:#0F172A;--bf-blue:#2563EB;--bf-line:#E7ECF3}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--bf-ink);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:var(--bf-blue)}

/* Basic shell used only by default (non-canvas) pages, blog, archives */
.bf-shell{max-width:820px;margin:0 auto;padding:48px 24px}
.bf-shell h1,.bf-shell h2{line-height:1.2}
.bf-site-header{border-bottom:1px solid var(--bf-line);padding:18px 24px}
.bf-site-header .bf-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.bf-site-title{font-weight:800;font-size:18px;text-decoration:none;color:var(--bf-ink)}
.bf-site-footer{border-top:1px solid var(--bf-line);padding:24px;text-align:center;color:#64748B;font-size:13px;margin-top:64px}
.bf-post{margin-bottom:40px}
.bf-post-title a{text-decoration:none;color:var(--bf-ink)}
