/* CompactCSS source: /apps/slides/styles/tokens.css */
/*B"H
Boruch Hashem
Blessed is He
The Awtsmoos renews the hidden measure beneath each visible surface; Awtsmoos.com receives these tokens as quiet vessels for rhythm, depth, and purpose.
*/
:root {
	color-scheme: dark;
	--bg: #090a0f;
	--surface: rgba(20, 22, 31, 0.94);
	--surface-raised: rgba(31, 34, 47, 0.96);
	--surface-soft: rgba(255, 255, 255, 0.055);
	--line: rgba(255, 255, 255, 0.11);
	--line-strong: rgba(255, 255, 255, 0.22);
	--text: #f8f8fb;
	--muted: #a9adbb;
	--accent: #8b7cff;
	--accent-strong: #a89cff;
	--danger: #ff7e88;
	--radius-sm: 10px;
	--radius-md: 16px;
	--radius-lg: 24px;
	--shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
	--topbar-height: 62px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: var(--bg);
	color: var(--text);
}

body {
	overflow: hidden;
}

button, input, select {
	font: inherit;
}

button {
	color: inherit;
}
