/*
Theme Name: Bells Boon
Theme URI: https://belindajackson.com
Author: Belinda Jackson (Bells Boon)
Author URI: https://belindajackson.com
Description: The Illuminated Manuscript. A funnel-first author theme for Belinda Jackson, built to run with Elementor. One codex, four chapters: Our Watchers (full gilded weight), the Eden Series and Journals (lightened, warm), and Speaking. Includes per-funnel body-class moods, scroll-reveal illumination, illuminated versals, filigree dividers, and page templates for each funnel plus a full-width Elementor canvas.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: bells-boon
Tags: author, elementor, funnel, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
  This file only registers the theme with WordPress.
  The full design system lives in css/manuscript.css and is enqueued by functions.php.
  Base element styles below give the theme a sensible default even before Elementor content is added.
*/

:root{
  --vellum:#EFE4C8; --vellum-lit:#F6EDD6; --parchment:#E7D9B8;
  --ink:#221B10; --ink-soft:#4A3D28;
  --midnight:#141F38; --midnight-deep:#0B1224;
  --gold:#B0872A; --gold-bright:#D4AB3E; --gold-leaf:#E8C766;
  --rubric:#8A2E22; --forest:#4C6B3F; --earth:#6B4F3A;
}

body{
  margin:0;
  font-family:"EB Garamond", Georgia, serif;
  color:var(--ink);
  line-height:1.72;
  background-color:var(--vellum);
}

.skip-link{position:absolute;left:-9999px;top:0;background:var(--gold);color:#fff;padding:.6rem 1rem;z-index:999;}
.skip-link:focus{left:0;}

.site-content{min-height:40vh;}

/* Default (non-Elementor) content width, so posts and pages are readable out of the box */
.entry, .page-content{max-width:720px;margin:3rem auto;padding:0 1.6rem;}
.entry h1, .entry h2, .entry h3{font-family:"Cormorant Garamond", Georgia, serif;font-weight:600;}
