/*
Theme Name: ONUS Child (Kadence)
Theme URI: https://onushomeschool.com
Template: kadence
Author: Norman Jones / XIX Corporation
Description: Thin Kadence child theme for Onus Homeschool (Pre-K–6th homeschool curriculum). Layers the Warm Earthy design system, the production stylesheet, the interactive State Laws widget, and the site's custom JS on top of the Kadence parent theme. Global colors/typography/buttons are managed in the Kadence Style Guide (see README-childtheme). Single palette: Warm Earthy.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.2
License: Private
Text Domain: onus-child
Template Post Type: page, post
Tags: education, homeschool, kadence, child-theme, woocommerce
*/

/* ------------------------------------------------------------------
   This file is intentionally minimal.

   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 AFTER the
   Kadence global stylesheet so it can override cleanly.

   Global colors, typography (Playfair Display / Georgia / Inter), the
   spacing scale, and pill button styles are entered in the Kadence
   Style Guide (Appearance > Customize > Style Guide) in Phase 1 — NOT
   hard-coded here — so ongoing edits stay manageable.

   The <html> element receives data-theme="earthy"
   data-heading="playfair" data-anim="balanced" via functions.php so the
   scoped rules in custom.css (:root[data-theme="earthy"] ...) apply.
   ------------------------------------------------------------------ */

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