/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 11:56:53 */
body.term-5,
body.term-7,
body.term-5.brz-ed,
body.term-7.brz-ed{
	--backColor: #111;
	background-color: var(--backColor);
	color: #eeeeee;
	color: var(--frontColor);
	font-family: 'IBM Plex Sans', 'Helvetica Neue', sans-serif;
	overflow: hidden;
}

* {
    transition: all 0.3s ease;
}

::selection {
	color: whitesmoke;
	background-color: #555;
}

::-moz-selection {
	color: whitesmoke;
	background-color: #555;
}
