<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

/***********************************************************************
	Coror
***********************************************************************/

body {
	color: #000000;
	background: #ffffff;
}

input,
select,
textarea {
	background: #ffffff;
}

/***********************************************************************
	header footer main nav aside
***********************************************************************/

footer {
	background: #0783b7;
	color: #ffffff;
}



@media screen {
	.breadcrumb {
		color: gray;
	}
}




/*.luminous*/

.button-square {
	background: gray;
	color: white;
}

.button-radius {
	background: darkslategray;
	color: white;
}

.button-square:hover,
.button-radius:hover {
	background: orange;
}
</pre></body></html>