@charset "utf-8";

/* ==================================================
	Azevion Desktop Template
	Browser Body
	--------------------------------------------------
	Defines the browser body used by the desktop
	template before the workspace is assembled.
	================================================== */


/* Browser Window */

body {
	min-height: 100vh;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;

	color: #000000;
	background-color: #666666;
}