/*
Theme Name: Lumensaur Learning Map
Theme URI: https://lumensaur.com
Author: Lumensaur Team
Description: Lumensaur's visual learning-map prototype for Chinese learning.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2.24
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lumensaur
Tags: block-theme, full-site-editing, one-column, custom-colors, custom-logo
*/

:root {
	--lumensaur-ink: #07111f;
	--lumensaur-ink-soft: #0c1a2d;
	--lumensaur-panel: rgba(18, 36, 59, 0.72);
	--lumensaur-panel-solid: #10223a;
	--lumensaur-line: rgba(165, 204, 225, 0.16);
	--lumensaur-muted: #9bb0c1;
	--lumensaur-paper: #eef4f2;
	--lumensaur-lime: #b8f36b;
	--lumensaur-cyan: #73e5e8;
	--lumensaur-amber: #ffbd72;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--lumensaur-ink);
	color: var(--lumensaur-paper);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
