:root {
	color-scheme: light;
}

body[data-theme="light"] {
	background: #f9fafb;
	color: #111827;
}

body[data-theme="light"] .header-search-input-wrap,
body[data-theme="light"] .header-search-inline,
body[data-theme="light"] .header-search-results,
body[data-theme="light"] .doc-tree-diagram,
body[data-theme="light"] .doc-code-preview,
body[data-theme="light"] .doc-html-preview-frame {
	background: #ffffff;
}

body[data-theme="light"] .doc-monaco-block {
	border-color: #d1d5db;
	background: #f8fafc;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.1);
}

body[data-theme="light"] .doc-monaco-toolbar {
	background: linear-gradient(90deg, #f8fafc, #eef2ff);
	border-bottom-color: #d1d5db;
	color: #334155;
}

body[data-theme="light"] .doc-monaco-lang {
    font-family: Inter;
	color: #1d4ed8;
}

body[data-theme="light"] .doc-monaco-copy,
body[data-theme="light"] .doc-inline-copy {
	background: rgba(37, 99, 235, 0.12);
	color: #1e3a8a;
}

body[data-theme="light"] .doc-monaco-copy:hover,
body[data-theme="light"] .doc-inline-copy:hover {
	background: rgba(37, 99, 235, 0.2);
	color: #1d4ed8;
}

body[data-theme="light"] .doc-inline-monaco {
	border-color: #cbd5e1;
	background: #f8fafc;
}

body[data-theme="light"] .doc-inline-copy {
	border-left-color: #d1d5db;
}
