/* rCauses — global styles for the module shell.
   Per-component styles live inside each shadow DOM. */

body {
	background: #020617;
	color: #e2e8f0;
}

main, .module-content {
	padding: 0;
}
