
@font-face {
	font-family: "term449";
	font-style: normal;
	src: url('TerminusTTF-4.49.3.ttf');
}
/* 
   Set default
 */

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

* {
	box-sizing: border-box;
}
/* Draw bg color init */
body {
	font-family:  sans-serif;
	background-color: #ffffff;
	padding: 30px;
}

h2 {
	font-family: "term449";
	background-color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 1.4rem;
}

h1 {
	background-color: #ffffff;

	font-family: "term449";
	font-weight: normal;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1;
}

p {
	font-family: "term449";
	background-color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1;
	text-rendering: auto;
	text-rendering: optimizeSpeed;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
}

img {
	background-color: #ffffff;
	font-family: "monospace";
	font-weight: normal;
	font-style: normal;
	font-size: 0.875rem;
	line-height: 0.9;
	width: 14%;
	image-rendering: -moz-crisp-edges;
	image-rendering: optimizeSpeed;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;  /* Universal support since 2021   */
    	image-rendering: optimize-contrast;    /* CSS3 Proposed */
    	-ms-interpolation-mode: nearest-neighbor;
}

span {
	background-color: #ffffff;
	font-family: "monospace";
}

a {
	font-family: "term449";
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	text-decoration: none;
}

