/*
Theme Name: Tap To Chill
Theme URI: https://www.taptochill.com/
Author: Tap To Chill
Author URI: https://www.taptochill.com/
Description: A single-page, full-screen tap-and-drag relaxation toy. 15 different particle bursts that rotate daily and per visitor. Tap, click-and-drag, and let the worries melt. No scroll, fully responsive, kid-style joy.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tap-to-chill
*/

/* The visual styles live in assets/css/chill.css.
   This file only carries the theme header WordPress requires,
   plus a hard reset so nothing scrolls. */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
