@font-face {
	font-family: "SVBasicManual";
	src: url("./fonts/SVBasicManual.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	color-scheme: light;
	--frontmark-color-scheme: light;
	--frontmark-theme-name: software;
	--frontmark-font-text: "SVBasicManual", "Courier New", ui-monospace, monospace;
	--frontmark-font-mono: "Roboto Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
	--frontmark-font-menu: "SVBasicManual", "Courier New", monospace;
	--frontmark-theme-ink: #fff7f4;
	--frontmark-theme-night: #ffffff;
	--frontmark-theme-deep: #f2d8d1;
	--frontmark-theme-panel: #ffffff;
	--frontmark-theme-panel-soft: #ffe8e0;
	--frontmark-theme-accent: #941818;
	--frontmark-theme-accent-bright: #800000;
	--frontmark-theme-accent-soft: #4d0c0c;
	--frontmark-theme-steel: #8c6159;
	--frontmark-theme-text: #24100c;
	--frontmark-theme-muted: #64443d;
	--frontmark-theme-header: #f2d8d1;
	--frontmark-theme-warning: #63de00;
	--frontmark-theme-danger: #ff443a;
	--frontmark-ink: var(--frontmark-theme-ink);
	--frontmark-night: var(--frontmark-theme-night);
	--frontmark-deep: var(--frontmark-theme-deep);
	--frontmark-panel: var(--frontmark-theme-panel);
	--frontmark-panel-soft: var(--frontmark-theme-panel-soft);
	--frontmark-cyan: var(--frontmark-theme-accent);
	--frontmark-cyan-bright: var(--frontmark-theme-accent-bright);
	--frontmark-cyan-soft: var(--frontmark-theme-accent-soft);
	--frontmark-steel: var(--frontmark-theme-steel);
	--frontmark-text: var(--frontmark-theme-text);
	--frontmark-muted: var(--frontmark-theme-muted);
	--frontmark-header: var(--frontmark-theme-header);
	--frontmark-yellow: var(--frontmark-theme-warning);
	--frontmark-danger: var(--frontmark-theme-danger);
	--frontmark-scroll-progress-gradient: linear-gradient(90deg, #4d0c0c 0%, #941818 60%, #ff443a 100%);
	--frontmark-scroll-progress-track: rgba(77, 12, 12, 0.14);
	--frontmark-scroll-progress-shadow: 0 0 0.85rem rgba(148, 24, 24, 0.4);
	--frontmark-admonition-background-base: var(--frontmark-panel);
	--frontmark-admonition-background-tint: 10%;
	--frontmark-mkdocs-code-background: color-mix(in srgb, var(--frontmark-theme-accent) 7%, var(--frontmark-panel));
	--frontmark-mkdocs-code-border: color-mix(in srgb, var(--frontmark-theme-accent) 26%, transparent);
	--frontmark-mkdocs-root-code-background: color-mix(in srgb, var(--frontmark-theme-danger) 10%, var(--frontmark-panel));
	--frontmark-mkdocs-root-code-border: color-mix(in srgb, var(--frontmark-theme-danger) 46%, transparent);
	--frontmark-mkdocs-code-label-color: var(--frontmark-theme-muted);
	--frontmark-mkdocs-code-caption-color: var(--frontmark-theme-text);
	--frontmark-mkdocs-root-code-caption-color: var(--frontmark-theme-danger);
	--mkdocs-tabbed-active-color: var(--frontmark-theme-accent-soft);
	--mkdocs-tabbed-active-bg: color-mix(in srgb, var(--frontmark-theme-accent) 14%, var(--frontmark-panel));
	--mkdocs-tabbed-active-border: var(--frontmark-theme-accent);
	--frontmark-body-background:
		radial-gradient(circle at 80% 5rem, rgba(148, 24, 24, 0.12), transparent 28rem),
		linear-gradient(180deg, #ffffff, #fff7f4 34rem);
	--frontmark-header-background:
		linear-gradient(90deg, rgba(217, 79, 64, 0.22), transparent 30rem),
		linear-gradient(180deg, #5a1714, #370e0c);
	--frontmark-header-text: #fff5f1;
	--frontmark-header-border: rgba(49, 8, 8, 0.62);
	--frontmark-theme-nav-height: 66px;
	--frontmark-theme-nav-height-minimized: 48px;
	--frontmark-menu-title-size: 24px;
	--frontmark-menu-title-size-minimized: 18px;
	--frontmark-logo-size: 62px;
	--frontmark-logo-size-minimized: 36px;
	--frontmark-brand-align: flex-start;
	--frontmark-brand-text-align: left;
	--frontmark-header-radius: 0;
	--frontmark-header-shadow: 0 2px 0 rgba(49, 8, 8, 0.46), 0 0.62rem 1.4rem rgba(49, 8, 8, 0.2);
	--frontmark-theme-toolbar-background: rgba(255, 232, 224, 0.96);
	--frontmark-theme-toolbar-border: rgba(128, 0, 0, 0.28);
	--frontmark-theme-toolbar-group-background: #fffaf8;
	--frontmark-theme-toolbar-group-border: rgba(128, 0, 0, 0.22);
	--frontmark-theme-toolbar-group-text: #581313;
		--frontmark-theme-toolbar-button-background: #fffdfb;
	--frontmark-theme-toolbar-button-text: #310808;
	--frontmark-theme-toolbar-button-border: rgba(128, 0, 0, 0.28);
	--frontmark-theme-toolbar-button-hover-background: #ffe4dc;
	--frontmark-theme-toolbar-active-background: #ffd0c5;
	--frontmark-theme-toolbar-active-border: #800000;
	--frontmark-header-icon-background: #fffaf8;
	--frontmark-header-icon-hover-background: #ffffff;
	--frontmark-header-icon-text: #310808;
	--frontmark-header-icon-hover-text: #310808;
	--frontmark-mobile-menu-button-background: #fffaf8;
	--frontmark-mobile-menu-button-hover-background: #ffffff;
	--frontmark-mobile-menu-button-text: #310808;
	--frontmark-page-tools-background: #fffaf8;
	--frontmark-page-tools-border: rgba(128, 0, 0, 0.24);
	--frontmark-page-tools-text: #64443d;
	--frontmark-page-tools-qr-background: #fffdfb;
	--frontmark-page-tools-qr-foreground: #310808;
	--frontmark-page-tools-action-background: #ffffff;
	--frontmark-page-tools-action-border: rgba(128, 0, 0, 0.24);
	--frontmark-page-tools-action-text: #310808;
	--frontmark-page-tools-action-hover-background: #ffe4dc;
	--frontmark-page-tools-action-hover-text: #800000;
	--frontmark-footer-background:
		linear-gradient(90deg, rgba(217, 79, 64, 0.12), transparent 30rem),
		linear-gradient(180deg, #5a1714, #370e0c);
		--frontmark-footer-fixed-background:
			linear-gradient(90deg, rgba(217, 79, 64, 0.12), transparent 30rem),
			linear-gradient(180deg, #5a1714, #370e0c);
		--frontmark-footer-icon-gap: 0.28rem;
		--frontmark-footer-social-size: 2.15rem;
		--frontmark-footer-social-icon-size: 1.08rem;
		--frontmark-footer-social-border-width: 0;
		--frontmark-footer-border: rgba(49, 8, 8, 0.7);
		--frontmark-footer-text: #ffd9cf;
		--frontmark-footer-strong-text: #fff5f1;
	--frontmark-footer-muted-text: #f0b6aa;
	--frontmark-footer-link: #ffcabf;
	--frontmark-footer-link-hover: #ffffff;
	--frontmark-footer-social-background: rgba(255, 250, 248, 0.16);
	--frontmark-footer-social-border: rgba(255, 202, 191, 0.34);
	--frontmark-footer-social-text: #fff5f1;
		--frontmark-footer-social-hover-background: rgba(255, 250, 248, 0.26);
		--frontmark-footer-social-hover-border: rgba(255, 245, 241, 0.72);
		--frontmark-footer-social-hover-text: #ffffff;
		--frontmark-footer-inline-icon-border: 0;
		--frontmark-footer-inline-icon-background: var(--frontmark-footer-social-background);
		--frontmark-footer-inline-icon-hover-border: transparent;
		--frontmark-footer-inline-icon-hover-background: var(--frontmark-footer-social-hover-background);
		--frontmark-tag-text: #581313;
	--frontmark-tag-background: #ffe1d9;
	--frontmark-tag-border: rgba(128, 0, 0, 0.36);
	--frontmark-tag-hover-text: #fff5f1;
	--frontmark-tag-hover-background: #800000;
	--frontmark-tag-hover-border: #ffb1a6;
	--frontmark-container-shadow-long-drop: 1.15rem 1.15rem 0 rgba(128, 0, 0, 0.32);
		--frontmark-container-shadow-hard: 0.55rem 0.55rem 0 rgba(16, 6, 6, 0.56);
		--frontmark-container-shadow-halo: 0 0 2.2rem rgba(209, 91, 72, 0.4);
		--frontmark-container-shadow-light: 0 0.8rem 1.9rem rgba(16, 6, 6, 0.16);
		--frontmark-starlight-header-font: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		--frontmark-starlight-nav-font: var(--frontmark-starlight-header-font);
	}

	:root :where(header.header, .frontmark-header-shell) .site-title {
		font-family: var(--frontmark-starlight-header-font);
		font-size: 24px;
		line-height: 42px;
	}

	:root :where(header.header, .frontmark-header-shell) .brand-title {
		font-size: 24px;
		line-height: 26.4px;
	}

	:root :where(header.header, .frontmark-header-shell) .frontmark-header-nav {
		font-family: var(--frontmark-starlight-nav-font);
		line-height: 28px;
	}

	:root :where(header.header, .frontmark-header-shell) .frontmark-header-nav a {
		font-family: inherit;
	}

	:root .sl-markdown-content .mkdocs-tag,
	:root .prose .mkdocs-tag {
	border-color: var(--frontmark-tag-border);
	color: var(--frontmark-tag-text);
	background: var(--frontmark-tag-background);
}

:root .sl-markdown-content .mkdocs-tag:hover,
:root .sl-markdown-content .mkdocs-tag:focus-visible,
:root .prose .mkdocs-tag:hover,
:root .prose .mkdocs-tag:focus-visible {
	border-color: var(--frontmark-tag-hover-border);
	color: var(--frontmark-tag-hover-text);
	background: var(--frontmark-tag-hover-background);
}

:root .brand-title strong {
	--frontmark-title-effect-color: #ffb1a6;
	color: var(--frontmark-header-text);
	text-shadow:
		0.08em 0 color-mix(in srgb, var(--frontmark-title-effect-color) 36%, transparent),
		-0.04em 0 color-mix(in srgb, var(--frontmark-title-effect-color) 18%, transparent);
}

:root .brand-title strong::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	inset-block-end: -0.38rem;
	height: 0.22rem;
	background:
		linear-gradient(90deg, transparent, var(--frontmark-title-effect-color), transparent),
		repeating-linear-gradient(90deg, transparent 0 0.22rem, color-mix(in srgb, var(--frontmark-title-effect-color) 45%, transparent) 0.22rem 0.3rem);
	opacity: 0.82;
	pointer-events: none;
	animation: frontmarkSoftwareTitleScan 2.4s linear infinite;
}

:root :where(.sidebar-content, .sidebar-pane, nav[aria-label="Main"]) a[aria-current="page"] .mkdocs-sidebar-icon,
:root :where(.sidebar-content, .sidebar-pane, nav[aria-label="Main"]) a[aria-current="page"]:hover .mkdocs-sidebar-icon,
:root :where(.sidebar-content, .sidebar-pane, nav[aria-label="Main"]) a[aria-current="page"]:focus-visible .mkdocs-sidebar-icon {
	color: inherit;
}

@keyframes frontmarkSoftwareTitleScan {
	0% {
		background-position: -8rem 0, 0 0;
	}

	100% {
		background-position: 8rem 0, 0 0;
	}
}
