@font-face {
	font-family: Lecta;
	src: url("../fonts/Lecta.woff2");
}


.window .title.notepad::before {
	content: url("../img/windowbox_left_notepad.png");
}
.window .frame.notepad {
	border-image-source: url("../img/windowbox_notitle_notepad.png");
}

#textbox {

	outline: none;
	border: none;
	line-height: 20px;
	padding: 6px;

	font-family: Lecta;
	font-size: 12pt;
	-webkit-font-smoothing: none;
	font-smooth: never;
	
	resize: none;
	display: block;
	
	width: 98%;
	height: 98%;
}