/*	Variables
	================================================ */

	body {
		--notepad-font-size: 1em;
		--line-height: calc(var(--notepad-font-size) * 1.125);

		--heading-color: #999;
		--html-background-color-light: #f8f8f8;
		--html-background-color: #E9ECF0;
		--html-color: #333;
		--border-color: #ccc;
		--notepad-background: white;
		--textarea-background: #fffff8;
		--button-color: #666;
		--button-border: #999;
		--button-background: #f8f8f;
		--control-color: #ddd;

		--text-color-light: #666;
		--text-color: #333;

	}
