/*
Theme Name: Onus Homeschool
Theme URI: https://onushomeschool.com
Author: Norman Jones / XIX Corporation
Description: Official WordPress block theme for Onus Homeschool — a Pre-K through 6th Grade homeschool curriculum brand blending Montessori, Singapore Math CPA, Reggio Emilia, Waldorf, and World Book methodologies. Warm Earthy palette.
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.2
License: Private
Text Domain: onus-homeschool
Tags: education, homeschool, block-theme, full-site-editing
*/

/* ------------------------------------------------------------------
   Theme base.
   The full production stylesheet (tokens, components, hamburger
   drawer, responsive tiers, and all sub-page styles) lives in
   assets/css/custom.css and is enqueued from functions.php.
   Design tokens are also expressed in theme.json so the block
   editor and front end stay in sync. Single palette: Warm Earthy.
   Root attributes are applied to <html> in functions.php:
   data-theme="earthy" data-heading="playfair" data-anim="balanced".
   ------------------------------------------------------------------ */

:root[data-theme="earthy"] body,
body {
  margin: 0;
}
