/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2026 | 03:33:56 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
	margin: 0;
	line-height: 1.2;
	font-family: "DM Sans";
	color: rgb(105, 107, 126);
	font-size: 16px;
}

section {
	max-width: 95%;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none; 
	color: unset;
}