/*
Theme Name: Kidsee
Theme URI: https://kidsee.app/
Description: Kidsee — parental control app marketing site. Classic WordPress theme migrated from Webflow. Theme-owned i18n (8 locales) + SEO, no plugins.
Author: Kidsee
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.2
Text Domain: kidsee
*/

/* All visual styles live in style-extended.css (loaded after this file).
   This file exists for the required WordPress theme header + base reset only. */

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

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: var(--kidsee-font, "Mulish", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);
	color: var(--kidsee-text, #2b3a55);
	background: var(--kidsee-bg, #fff8f2);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }
