/*
Theme Name: Aconite Thrill
Theme URI: https://aconitethrill.kinsta.cloud
Author: Grow Creative
Author URI: https://growcreative.com
Description: Custom theme for Aconite Thrill. Home of the counter.
Version: 0.3.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aconitethrill
*/

/* ---------------------------------------------------------------
   Base. Deliberately thin. The clock brings its own stylesheet.
   --------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}
