/*
Theme Name: Tiger eAcademy
Theme URI: https://example.com/tiger-eacademy
Author: Tiger eAcademy Team
Author URI: https://example.com
Description: A modern, vibrant, and engaging WordPress theme for kids' educational games and apps. Features interactive learning sections, colorful cards, FAQ accordion, and mobile-friendly app store call-to-actions.
Version: 1.4.7
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tiger-eademy
Tags: education, kids, entertainment, landing-page, custom-colors, custom-menu, responsive-layout, theme-options
*/

/* Base reset & font fallbacks */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #FFF8F0;
  color: #2D1F4E;
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
