/*
Theme Name: Jetstream
Theme URI: https://ubeez.com/jetstream
Author: ubeez, Frédéric Galliné
Author URI: https://ubeez.com
Update URI: https://training-center-updates.ubeez.com/wp-theme-jetstream/info.json
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Description: Full FSE theme
Requires at least: 7.0
Tested up to: 7.1
Requires PHP: 7.2
Version: 0.9.1
Text Domain: jetstream
Tags: fse
*/
/* Enable native light/dark mode via CSS light-dark() function.
   Primitives use light-dark(lightHex, darkHex) — the browser switches automatically. */
:root {
	color-scheme: light dark;
}

/* Body colors: driven by zone tokens, not FSE presets. */
body {
	background-color: var(--wp--custom--zone--page--surface, #ffffff);
	color: var(--wp--custom--zone--page--on-surface, #0B0B0D);
}
