/*
Theme Name:   DWF Custom Theme
Description:  Private Avada child theme for dividedwefail.com. Not intended for public release — personal/internal use only. Theme owns look (layout defaults, typography, component CSS matching the DWF Content & Style Guide). All functional logic (meta boxes, hooks, tab registration, body-class logic, etc.) belongs in DWF Private Plugin, not here — see functions.php header comment for the reasoning.
Author:       Eric Wood
Template:     Avada
Version:      1.0.0
Text Domain:  dwf-custom-theme

Changelog
1.0.0 - 2026-08-17
- Initial bare-minimum foundation. Fresh start, replacing the abandoned
  dwf-avada-child theme (that theme's default behavior — injecting its own
  title/breadcrumb/hero block on every page unless explicitly suppressed —
  was inverted from what we want here, so rather than untangle that default
  we started clean).
- Ships: style.css (this file, boilerplate only — no typography/color
  overrides yet, that's a deliberate later round once this foundation is
  confirmed working on live), functions.php (parent+child stylesheet
  enqueue only), page.php / page-no-title.php (Avada's own page.php as
  base, trimmed to our defaults: comments off, meta hidden — title bar
  shown by default, no-title variant forces it off), single.php /
  single-no-title.php (same treatment for single posts/CPTs without their
  own template).
- Deliberately does NOT touch header.php or footer.php. Avada handles
  those by default; we only add theme files here when a real case forces
  an intervention.
*/

/*
 * Intentionally empty below this point for 1.0.0.
 * Typography and Style Guide component CSS overrides (font sizing, date
 * tile corners, side-tab background, tabbed-process content section,
 * etc.) come in a later, deliberate round — see project instructions,
 * 8/17/26 session. Do not add ad-hoc CSS here without checking the
 * Content & Style Guide first.
 */
