dotHello Core — v2.5.0
========================================

Files included
──────────────
  tokens.css              Design token custom properties (hellodjt overrides)
  tokens-template.css     White-label starting point — copy and customise
  dothello.css            Full unminified stylesheet
  dothello.min.css        Minified stylesheet (use in production)
  dothello.js             Full unminified JavaScript
  dothello.min.js         Minified JavaScript (use in production)
  starter.html            Minimal starter page boilerplate

Quick start
───────────
  <link rel="stylesheet" href="tokens.css">
  <link rel="stylesheet" href="dothello.min.css">
  <script src="dothello.min.js" defer></script>

  On DOM ready, DH.init() is called automatically.
  All scroll-reveal, parallax, nav drawer, and dark
  mode behaviours activate with zero config.

Self-hosted CDN (hellodjt.com)
────────────────────────────────
  <link rel="stylesheet" href="https://hellodjt.com/dh/tokens.css">
  <link rel="stylesheet" href="https://hellodjt.com/dh/dothello.min.css">
  <script src="https://hellodjt.com/dh/dothello.min.js" defer></script>

Framework showcase
──────────────────
  https://hellodjt.com/dothello/

License: MIT  |  https://hellodjt.com/dothello/
