/*
Theme Name: Dragon Egg Kingdom
Theme URI: https://dragoneggkingdom.example
Author: Dragon Egg Kingdom
Author URI: https://dragoneggkingdom.example
Description: Dragon Egg Kingdom — a Bangla-learning creature-collection game for kids. A single-page React app compiled into a self-contained WordPress theme. Hatch dragons, learn the Bangla alphabet with real audio, spell words, and battle. Includes an admin panel ("Dragon Egg Kingdom" in wp-admin) to replace every sound with your own recorded voice and add unlimited new words.
Version: 1.2.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dragon-egg-kingdom
*/

html,
body {
  margin: 0;
  padding: 0;
  background: #130f22;
  -webkit-text-size-adjust: 100%;
}

/* The React app mounts here and controls the whole viewport. */
#root {
  min-height: 100vh;
}
