/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 18:16:30 */
body {
    background-color: transparent !important;
}
@media (min-width: 768px) {
	html {
		--scroll: 0;
		--deg: 8deg;
		background: linear-gradient(
			var(--deg),
			var(--wp--preset--color--accent) calc(30% + var(--scroll) * 0.2%),
			white calc(30% + var(--scroll) * 0.2%)
		);
		background-attachment: fixed;
		transition: background 0.1s linear;
	}
	}
