@layer theme {
	/* Dark Theme */
	:root {
		/* Site wrapper Layer */
		--container-bg-primary: #222; /* Deep gray, less harsh than pure black */
		--container-bg-secondary: #e0e0e0; /*  */
		--container-bg-accent: #2d2d2d; /*  */
		--container-bg-texture: linear-gradient(to bottom, var(--container-bg-secondary) var(--container-bg-primary));

		--container-text-color: #ddd; /* Soft text for contrast */
		--container-text-muted: #e0e0e0; /*  */
		--container-text-accent: #e0e0e0; /*  */

		--container-link-color: #d6cec2; /* callback to silver from the main border */
		--container-link-accent: #ffffff; /*  */

		--container-selection-bg: #dbe7f3; /* pale icy blue */
		--container-selection-fg: #0f1a20; /* very dark gray-blue */

		/* Application Layer */
		--main-bg-primary: #1a1a1a; /*  */
		--main-bg-secondary: #1a1a1a; /*  */
		--main-bg-accent: #2d2d2d; /*  */
		--main-bg-texture: linear-gradient(135deg, var(--main-bg-secondary), var(--main-bg-primary));

		--main-text-color: #e0e0e0; /*  */
		--main-text-muted: #ffffff; /*  */
		--main-text-accent: #ffffff; /*  */

		--main-link-color: #e0e0e0; /*  */
		--main-link-accent: #ffffff; /*  */

		--main-selection-bg: #2a5a80; /* dark steel-blue */
		--main-selection-fg: #fff; /* high-contrast text */

		--main-border: #3a3a3a; /*  */

		/* Transformation Layer */
		--wash-strong: rgba(255, 255, 255, 0.2); /* Stronger version of accent */
		--wash-accent: rgba(255, 255, 255, 0.15); /* Accent by darkening on a dark gray background */
		--wash-muted:  rgba(0, 0, 0, 0.10); /* Mute by darkening on a dark gray background */
		--wash-subtle: rgba(255, 255, 255, 0.05); /* Reduced version of accent */
	}
}
